Html Css Color HEX #D94870 Cranberry

📋 copy color: '#D94870'

red 217 ◦ green 72 ◦ blue 112

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

Shades of Cranberry #D94870

Tints of Cranberry #D94870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.96%

 BLUE value IS 112 (44.14% from 255) = 27.93%

R = 54.11%
G = 17.96%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D94870 (or 0xD94870) is known color: Cranberry. HEX triplet: D9, 48 and 70. RGB value is (217,72,112). Sum of RGB (Red+Green+Blue) = 217+72+112=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D94870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94870 is #26B78F. Grayscale: #777777. Windows color (decimal): -2537360 or 7358681. OLE color: 7358681.

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

Color convert

RGB 217 72 112 -
CMYK 0 0.67 0.48 0.15
HSL 343.45º 0.66% 0.57% -
HSV(B) 343.45º 0.67% 0.85% -
XYZ 33.86 20.56 17.51 -
YUV 119.92 123.54 197.25 -
System Red Green Blue C M Y K H S L
Decimal 217 72 112 0 0.67 0.48 0.15 343.45 0.66 0.57
Hex D9 48 70 0 43 30 F 157 42 39
Octal 331 110 160 0 103 60 17 527 102 71
Binary 11011001 1001000 1110000 0 1000011 110000 1111 101010111 1000010 111001

Color Harmonies of #D94870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94870

Black with #D94870

Text Example


Text Example

White with #D94870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94870; }

 p { color: rgb(217,72,112); }

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

background-color css

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

 a { background-color: rgb(217,72,112); }

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

border-color css

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

 span { border-color: rgb(217,72,112); }

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