Html Css Color HEX #DA5F74 Cranberry

📋 copy color: '#DA5F74'

red 218 ◦ green 95 ◦ blue 116

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

Shades of Cranberry #DA5F74

Tints of Cranberry #DA5F74

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.14%

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

R = 50.82%
G = 22.14%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA5F74 (or 0xDA5F74) is known color: Cranberry. HEX triplet: DA, 5F and 74. RGB value is (218,95,116). Sum of RGB (Red+Green+Blue) = 218+95+116=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5F74 is #25A08B. Grayscale: #868686. Windows color (decimal): -2465932 or 7626714. OLE color: 7626714.

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

Color convert

RGB 218 95 116 -
CMYK 0 0.56 0.47 0.15
HSL 349.76º 0.62% 0.61% -
HSV(B) 349.76º 0.56% 0.85% -
XYZ 36.16 24.35 19.32 -
YUV 134.17 117.75 187.79 -
System Red Green Blue C M Y K H S L
Decimal 218 95 116 0 0.56 0.47 0.15 349.76 0.62 0.61
Hex DA 5F 74 0 38 2F F 15E 3E 3D
Octal 332 137 164 0 70 57 17 536 76 75
Binary 11011010 1011111 1110100 0 111000 101111 1111 101011110 111110 111101

Color Harmonies of #DA5F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5F74

Black with #DA5F74

Text Example


Text Example

White with #DA5F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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