Html Css Color HEX #D84C6E Cranberry

📋 copy color: '#D84C6E'

red 216 ◦ green 76 ◦ blue 110

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

Shades of Cranberry #D84C6E

Tints of Cranberry #D84C6E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.91%

 BLUE value IS 110 (43.36% from 255) = 27.36%

R = 53.73%
G = 18.91%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D84C6E (or 0xD84C6E) is known color: Cranberry. HEX triplet: D8, 4C and 6E. RGB value is (216,76,110). Sum of RGB (Red+Green+Blue) = 216+76+110=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C6E is #27B391. Grayscale: #797979. Windows color (decimal): -2601874 or 7228632. OLE color: 7228632.

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

Color convert

RGB 216 76 110 -
CMYK 0 0.65 0.49 0.15
HSL 345.43º 0.64% 0.57% -
HSV(B) 345.43º 0.65% 0.85% -
XYZ 33.72 20.89 17.01 -
YUV 121.74 121.38 195.24 -
System Red Green Blue C M Y K H S L
Decimal 216 76 110 0 0.65 0.49 0.15 345.43 0.64 0.57
Hex D8 4C 6E 0 41 31 F 159 40 39
Octal 330 114 156 0 101 61 17 531 100 71
Binary 11011000 1001100 1101110 0 1000001 110001 1111 101011001 1000000 111001

Color Harmonies of #D84C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C6E

Black with #D84C6E

Text Example


Text Example

White with #D84C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C6E; }

 p { color: rgb(216,76,110); }

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

background-color css

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

 a { background-color: rgb(216,76,110); }

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

border-color css

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

 span { border-color: rgb(216,76,110); }

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