Html Css Color HEX #DA5374 Cranberry

📋 copy color: '#DA5374'

red 218 ◦ green 83 ◦ blue 116

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

Shades of Cranberry #DA5374

Tints of Cranberry #DA5374

RGB

 RED value IS 218 (85.55% from 255) = 52.28%

 GREEN value IS 83 (32.81% from 255) = 19.9%

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

R = 52.28%
G = 19.9%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA5374 (or 0xDA5374) is known color: Cranberry. HEX triplet: DA, 53 and 74. RGB value is (218,83,116). Sum of RGB (Red+Green+Blue) = 218+83+116=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5374 is #25AC8B. Grayscale: #7F7F7F. Windows color (decimal): -2469004 or 7623642. OLE color: 7623642.

HSL color Cylindrical-coordinate representation of color #DA5374: hue angle of 345.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5374 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 83 116 -
CMYK 0 0.62 0.47 0.15
HSL 345.33º 0.65% 0.59% -
HSV(B) 345.33º 0.62% 0.85% -
XYZ 35.16 22.35 18.98 -
YUV 127.13 121.73 192.82 -
System Red Green Blue C M Y K H S L
Decimal 218 83 116 0 0.62 0.47 0.15 345.33 0.65 0.59
Hex DA 53 74 0 3E 2F F 159 41 3B
Octal 332 123 164 0 76 57 17 531 101 73
Binary 11011010 1010011 1110100 0 111110 101111 1111 101011001 1000001 111011

Color Harmonies of #DA5374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5374

Black with #DA5374

Text Example


Text Example

White with #DA5374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5374; }

 p { color: rgb(218,83,116); }

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

background-color css

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

 a { background-color: rgb(218,83,116); }

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

border-color css

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

 span { border-color: rgb(218,83,116); }

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