Html Css Color HEX #D84073 Cranberry

📋 copy color: '#D84073'

red 216 ◦ green 64 ◦ blue 115

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

Shades of Cranberry #D84073

Tints of Cranberry #D84073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.11%

R = 54.68%
G = 16.2%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D84073 (or 0xD84073) is known color: Cranberry. HEX triplet: D8, 40 and 73. RGB value is (216,64,115). Sum of RGB (Red+Green+Blue) = 216+64+115=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D84073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84073 is #27BF8C. Grayscale: #737373. Windows color (decimal): -2604941 or 7553240. OLE color: 7553240.

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

Color convert

RGB 216 64 115 -
CMYK 0 0.70 0.47 0.15
HSL 339.87º 0.66% 0.55% -
HSV(B) 339.87º 0.7% 0.85% -
XYZ 33.25 19.5 18.23 -
YUV 115.26 127.86 199.85 -
System Red Green Blue C M Y K H S L
Decimal 216 64 115 0 0.70 0.47 0.15 339.87 0.66 0.55
Hex D8 40 73 0 46 2F F 154 42 37
Octal 330 100 163 0 106 57 17 524 102 67
Binary 11011000 1000000 1110011 0 1000110 101111 1111 101010100 1000010 110111

Color Harmonies of #D84073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84073

Black with #D84073

Text Example


Text Example

White with #D84073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84073; }

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

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

background-color css

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

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

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

border-color css

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

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

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