Html Css Color HEX #D84770 Cranberry

📋 copy color: '#D84770'

red 216 ◦ green 71 ◦ blue 112

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

Shades of Cranberry #D84770

Tints of Cranberry #D84770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.79%

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

R = 54.14%
G = 17.79%
B = 28.07%

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

#D84770 (or 0xD84770) is known color: Cranberry. HEX triplet: D8, 47 and 70. RGB value is (216,71,112). Sum of RGB (Red+Green+Blue) = 216+71+112=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D84770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84770 is #27B88F. Grayscale: #777777. Windows color (decimal): -2603152 or 7358424. OLE color: 7358424.

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

Color convert

RGB 216 71 112 -
CMYK 0 0.67 0.48 0.15
HSL 343.03º 0.65% 0.56% -
HSV(B) 343.03º 0.67% 0.85% -
XYZ 33.5 20.28 17.48 -
YUV 119.03 124.04 197.17 -
System Red Green Blue C M Y K H S L
Decimal 216 71 112 0 0.67 0.48 0.15 343.03 0.65 0.56
Hex D8 47 70 0 43 30 F 157 41 38
Octal 330 107 160 0 103 60 17 527 101 70
Binary 11011000 1000111 1110000 0 1000011 110000 1111 101010111 1000001 111000

Color Harmonies of #D84770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84770

Black with #D84770

Text Example


Text Example

White with #D84770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84770; }

 p { color: rgb(216,71,112); }

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

background-color css

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

 a { background-color: rgb(216,71,112); }

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

border-color css

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

 span { border-color: rgb(216,71,112); }

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