Html Css Color HEX #D94E70 Cranberry

📋 copy color: '#D94E70'

red 217 ◦ green 78 ◦ blue 112

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

Shades of Cranberry #D94E70

Tints of Cranberry #D94E70

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.16%

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

R = 53.32%
G = 19.16%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D94E70 (or 0xD94E70) is known color: Cranberry. HEX triplet: D9, 4E and 70. RGB value is (217,78,112). Sum of RGB (Red+Green+Blue) = 217+78+112=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94E70 is #26B18F. Grayscale: #7B7B7B. Windows color (decimal): -2535824 or 7360217. OLE color: 7360217.

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

Color convert

RGB 217 78 112 -
CMYK 0 0.64 0.48 0.15
HSL 345.32º 0.65% 0.58% -
HSV(B) 345.32º 0.64% 0.85% -
XYZ 34.26 21.37 17.65 -
YUV 123.44 121.55 194.74 -
System Red Green Blue C M Y K H S L
Decimal 217 78 112 0 0.64 0.48 0.15 345.32 0.65 0.58
Hex D9 4E 70 0 40 30 F 159 41 3A
Octal 331 116 160 0 100 60 17 531 101 72
Binary 11011001 1001110 1110000 0 1000000 110000 1111 101011001 1000001 111010

Color Harmonies of #D94E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94E70

Black with #D94E70

Text Example


Text Example

White with #D94E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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