Html Css Color HEX #D94376 Cranberry

📋 copy color: '#D94376'

red 217 ◦ green 67 ◦ blue 118

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

Shades of Cranberry #D94376

Tints of Cranberry #D94376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.67%

 BLUE value IS 118 (46.48% from 255) = 29.35%

R = 53.98%
G = 16.67%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D94376 (or 0xD94376) is known color: Cranberry. HEX triplet: D9, 43 and 76. RGB value is (217,67,118). Sum of RGB (Red+Green+Blue) = 217+67+118=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D94376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94376 is #26BC89. Grayscale: #757575. Windows color (decimal): -2538634 or 7750617. OLE color: 7750617.

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

Color convert

RGB 217 67 118 -
CMYK 0 0.69 0.46 0.15
HSL 339.6º 0.66% 0.56% -
HSV(B) 339.6º 0.69% 0.85% -
XYZ 33.89 20.07 19.23 -
YUV 117.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 217 67 118 0 0.69 0.46 0.15 339.6 0.66 0.56
Hex D9 43 76 0 45 2E F 154 42 38
Octal 331 103 166 0 105 56 17 524 102 70
Binary 11011001 1000011 1110110 0 1000101 101110 1111 101010100 1000010 111000

Color Harmonies of #D94376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94376

Black with #D94376

Text Example


Text Example

White with #D94376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94376; }

 p { color: rgb(217,67,118); }

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

background-color css

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

 a { background-color: rgb(217,67,118); }

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

border-color css

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

 span { border-color: rgb(217,67,118); }

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