Html Css Color HEX #D94A6F Cranberry

📋 copy color: '#D94A6F'

red 217 ◦ green 74 ◦ blue 111

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

Shades of Cranberry #D94A6F

Tints of Cranberry #D94A6F

RGB

 RED value IS 217 (85.16% from 255) = 53.98%

 GREEN value IS 74 (29.3% from 255) = 18.41%

 BLUE value IS 111 (43.75% from 255) = 27.61%

R = 53.98%
G = 18.41%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D94A6F (or 0xD94A6F) is known color: Cranberry. HEX triplet: D9, 4A and 6F. RGB value is (217,74,111). Sum of RGB (Red+Green+Blue) = 217+74+111=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94A6F is #26B590. Grayscale: #787878. Windows color (decimal): -2536849 or 7293657. OLE color: 7293657.

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

Color convert

RGB 217 74 111 -
CMYK 0 0.66 0.49 0.15
HSL 344.48º 0.65% 0.57% -
HSV(B) 344.48º 0.66% 0.85% -
XYZ 33.93 20.8 17.26 -
YUV 120.98 122.38 196.49 -
System Red Green Blue C M Y K H S L
Decimal 217 74 111 0 0.66 0.49 0.15 344.48 0.65 0.57
Hex D9 4A 6F 0 42 31 F 158 41 39
Octal 331 112 157 0 102 61 17 530 101 71
Binary 11011001 1001010 1101111 0 1000010 110001 1111 101011000 1000001 111001

Color Harmonies of #D94A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94A6F

Black with #D94A6F

Text Example


Text Example

White with #D94A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94A6F; }

 p { color: rgb(217,74,111); }

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

background-color css

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

 a { background-color: rgb(217,74,111); }

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

border-color css

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

 span { border-color: rgb(217,74,111); }

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