Html Css Color HEX #D84278 Cranberry

📋 copy color: '#D84278'

red 216 ◦ green 66 ◦ blue 120

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

Shades of Cranberry #D84278

Tints of Cranberry #D84278

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.42%

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

R = 53.73%
G = 16.42%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D84278 (or 0xD84278) is known color: Cranberry. HEX triplet: D8, 42 and 78. RGB value is (216,66,120). Sum of RGB (Red+Green+Blue) = 216+66+120=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D84278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84278 is #27BD87. Grayscale: #747474. Windows color (decimal): -2604424 or 7881432. OLE color: 7881432.

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

Color convert

RGB 216 66 120 -
CMYK 0 0.69 0.44 0.15
HSL 338.4º 0.66% 0.55% -
HSV(B) 338.4º 0.69% 0.85% -
XYZ 33.66 19.85 19.83 -
YUV 117.01 129.7 198.61 -
System Red Green Blue C M Y K H S L
Decimal 216 66 120 0 0.69 0.44 0.15 338.4 0.66 0.55
Hex D8 42 78 0 45 2C F 152 42 37
Octal 330 102 170 0 105 54 17 522 102 67
Binary 11011000 1000010 1111000 0 1000101 101100 1111 101010010 1000010 110111

Color Harmonies of #D84278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84278

Black with #D84278

Text Example


Text Example

White with #D84278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84278; }

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

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

background-color css

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

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

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

border-color css

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

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

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