Html Css Color HEX #D94577 Cranberry

📋 copy color: '#D94577'

red 217 ◦ green 69 ◦ blue 119

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

Shades of Cranberry #D94577

Tints of Cranberry #D94577

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.04%

 BLUE value IS 119 (46.88% from 255) = 29.38%

R = 53.58%
G = 17.04%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D94577 (or 0xD94577) is known color: Cranberry. HEX triplet: D9, 45 and 77. RGB value is (217,69,119). Sum of RGB (Red+Green+Blue) = 217+69+119=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D94577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94577 is #26BA88. Grayscale: #767676. Windows color (decimal): -2538121 or 7816665. OLE color: 7816665.

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

Color convert

RGB 217 69 119 -
CMYK 0 0.68 0.45 0.15
HSL 339.73º 0.66% 0.56% -
HSV(B) 339.73º 0.68% 0.85% -
XYZ 34.07 20.34 19.58 -
YUV 118.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 217 69 119 0 0.68 0.45 0.15 339.73 0.66 0.56
Hex D9 45 77 0 44 2D F 154 42 38
Octal 331 105 167 0 104 55 17 524 102 70
Binary 11011001 1000101 1110111 0 1000100 101101 1111 101010100 1000010 111000

Color Harmonies of #D94577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94577

Black with #D94577

Text Example


Text Example

White with #D94577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94577; }

 p { color: rgb(217,69,119); }

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

background-color css

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

 a { background-color: rgb(217,69,119); }

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

border-color css

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

 span { border-color: rgb(217,69,119); }

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