Html Css Color HEX #D84E72 Cranberry

📋 copy color: '#D84E72'

red 216 ◦ green 78 ◦ blue 114

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

Shades of Cranberry #D84E72

Tints of Cranberry #D84E72

RGB

 RED value IS 216 (84.77% from 255) = 52.94%

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

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

R = 52.94%
G = 19.12%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D84E72 (or 0xD84E72) is known color: Cranberry. HEX triplet: D8, 4E and 72. RGB value is (216,78,114). Sum of RGB (Red+Green+Blue) = 216+78+114=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84E72 is #27B18D. Grayscale: #7B7B7B. Windows color (decimal): -2601358 or 7491288. OLE color: 7491288.

HSL color Cylindrical-coordinate representation of color #D84E72: hue angle of 344.35º degrees, saturation: 0.64, 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 #D84E72 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 78 114 -
CMYK 0 0.64 0.47 0.15
HSL 344.35º 0.64% 0.58% -
HSV(B) 344.35º 0.64% 0.85% -
XYZ 34.08 21.26 18.23 -
YUV 123.37 122.72 194.07 -
System Red Green Blue C M Y K H S L
Decimal 216 78 114 0 0.64 0.47 0.15 344.35 0.64 0.58
Hex D8 4E 72 0 40 2F F 158 40 3A
Octal 330 116 162 0 100 57 17 530 100 72
Binary 11011000 1001110 1110010 0 1000000 101111 1111 101011000 1000000 111010

Color Harmonies of #D84E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84E72

Black with #D84E72

Text Example


Text Example

White with #D84E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84E72; }

 p { color: rgb(216,78,114); }

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

background-color css

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

 a { background-color: rgb(216,78,114); }

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

border-color css

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

 span { border-color: rgb(216,78,114); }

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