Html Css Color HEX #DB5174 Cranberry

📋 copy color: '#DB5174'

red 219 ◦ green 81 ◦ blue 116

#DB5174
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #DB5174

Tints of Cranberry #DB5174

RGB

 RED value IS 219 (85.94% from 255) = 52.64%

 GREEN value IS 81 (32.03% from 255) = 19.47%

 BLUE value IS 116 (45.7% from 255) = 27.88%

R = 52.64%
G = 19.47%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DB5174 (or 0xDB5174) is known color: Cranberry. HEX triplet: DB, 51 and 74. RGB value is (219,81,116). Sum of RGB (Red+Green+Blue) = 219+81+116=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5174 is #24AE8B. Grayscale: #7E7E7E. Windows color (decimal): -2403980 or 7623131. OLE color: 7623131.

HSL color Cylindrical-coordinate representation of color #DB5174: hue angle of 344.78º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5174 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 81 116 -
CMYK 0 0.63 0.47 0.14
HSL 344.78º 0.66% 0.59% -
HSV(B) 344.78º 0.63% 0.86% -
XYZ 35.31 22.21 18.95 -
YUV 126.25 122.22 194.15 -
System Red Green Blue C M Y K H S L
Decimal 219 81 116 0 0.63 0.47 0.14 344.78 0.66 0.59
Hex DB 51 74 0 3F 2F E 159 42 3B
Octal 333 121 164 0 77 57 16 531 102 73
Binary 11011011 1010001 1110100 0 111111 101111 1110 101011001 1000010 111011

Color Harmonies of #DB5174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5174

Black with #DB5174

Text Example


Text Example

White with #DB5174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5174; }

 p { color: rgb(219,81,116); }

 H1.HeaderClassName
 {
   color: #DB5174;
 }
 .AnyTagClassName
 {
   color: #DB5174;
 }
</style>

background-color css

<style>
 a { background-color: #DB5174; }

 a { background-color: rgb(219,81,116); }

 div.DivClassName
 {
   background-color: #DB5174;
 }
 .BgClassName
 {
   background-color: #DB5174;
 }
</style>

border-color css

<style>
 span { border-color: #DB5174; }

 span { border-color: rgb(219,81,116); }

 td.TdClassName
 {
   border-color: #DB5174;
 }
 .TagClassName
 {
   border-color: #DB5174;
 }
</style>