Html Css Color HEX #D84870 Cranberry

📋 copy color: '#D84870'

red 216 ◦ green 72 ◦ blue 112

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

Shades of Cranberry #D84870

Tints of Cranberry #D84870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18%

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

R = 54%
G = 18%
B = 28%

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

#D84870 (or 0xD84870) is known color: Cranberry. HEX triplet: D8, 48 and 70. RGB value is (216,72,112). Sum of RGB (Red+Green+Blue) = 216+72+112=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D84870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84870 is #27B78F. Grayscale: #777777. Windows color (decimal): -2602896 or 7358680. OLE color: 7358680.

HSL color Cylindrical-coordinate representation of color #D84870: hue angle of 343.33º 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 #D84870 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 72 112 -
CMYK 0 0.67 0.48 0.15
HSL 343.33º 0.65% 0.56% -
HSV(B) 343.33º 0.67% 0.85% -
XYZ 33.56 20.4 17.5 -
YUV 119.62 123.71 196.75 -
System Red Green Blue C M Y K H S L
Decimal 216 72 112 0 0.67 0.48 0.15 343.33 0.65 0.56
Hex D8 48 70 0 43 30 F 157 41 38
Octal 330 110 160 0 103 60 17 527 101 70
Binary 11011000 1001000 1110000 0 1000011 110000 1111 101010111 1000001 111000

Color Harmonies of #D84870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84870

Black with #D84870

Text Example


Text Example

White with #D84870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84870; }

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

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

background-color css

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

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

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

border-color css

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

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

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