Html Css Color HEX #D84078 Cranberry

📋 copy color: '#D84078'

red 216 ◦ green 64 ◦ blue 120

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

Shades of Cranberry #D84078

Tints of Cranberry #D84078

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16%

 BLUE value IS 120 (47.27% from 255) = 30%

R = 54%
G = 16%
B = 30%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D84078 (or 0xD84078) is known color: Cranberry. HEX triplet: D8, 40 and 78. RGB value is (216,64,120). Sum of RGB (Red+Green+Blue) = 216+64+120=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D84078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84078 is #27BF87. Grayscale: #737373. Windows color (decimal): -2604936 or 7880920. OLE color: 7880920.

HSL color Cylindrical-coordinate representation of color #D84078: hue angle of 337.89º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D84078 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 64 120 -
CMYK 0 0.70 0.44 0.15
HSL 337.89º 0.66% 0.55% -
HSV(B) 337.89º 0.7% 0.85% -
XYZ 33.54 19.62 19.79 -
YUV 115.83 130.36 199.45 -
System Red Green Blue C M Y K H S L
Decimal 216 64 120 0 0.70 0.44 0.15 337.89 0.66 0.55
Hex D8 40 78 0 46 2C F 152 42 37
Octal 330 100 170 0 106 54 17 522 102 67
Binary 11011000 1000000 1111000 0 1000110 101100 1111 101010010 1000010 110111

Color Harmonies of #D84078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84078

Black with #D84078

Text Example


Text Example

White with #D84078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84078; }

 p { color: rgb(216,64,120); }

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

background-color css

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

 a { background-color: rgb(216,64,120); }

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

border-color css

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

 span { border-color: rgb(216,64,120); }

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