Html Css Color HEX #D94D72 Cranberry

📋 copy color: '#D94D72'

red 217 ◦ green 77 ◦ blue 114

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

Shades of Cranberry #D94D72

Tints of Cranberry #D94D72

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.87%

 BLUE value IS 114 (44.92% from 255) = 27.94%

R = 53.19%
G = 18.87%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D94D72 (or 0xD94D72) is known color: Cranberry. HEX triplet: D9, 4D and 72. RGB value is (217,77,114). Sum of RGB (Red+Green+Blue) = 217+77+114=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94D72 is #26B28D. Grayscale: #7B7B7B. Windows color (decimal): -2536078 or 7491033. OLE color: 7491033.

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

Color convert

RGB 217 77 114 -
CMYK 0 0.65 0.47 0.15
HSL 344.14º 0.65% 0.58% -
HSV(B) 344.14º 0.65% 0.85% -
XYZ 34.31 21.27 18.22 -
YUV 123.08 122.88 194.99 -
System Red Green Blue C M Y K H S L
Decimal 217 77 114 0 0.65 0.47 0.15 344.14 0.65 0.58
Hex D9 4D 72 0 41 2F F 158 41 3A
Octal 331 115 162 0 101 57 17 530 101 72
Binary 11011001 1001101 1110010 0 1000001 101111 1111 101011000 1000001 111010

Color Harmonies of #D94D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94D72

Black with #D94D72

Text Example


Text Example

White with #D94D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94D72; }

 p { color: rgb(217,77,114); }

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

background-color css

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

 a { background-color: rgb(217,77,114); }

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

border-color css

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

 span { border-color: rgb(217,77,114); }

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