Html Css Color HEX #D84273 Cranberry

📋 copy color: '#D84273'

red 216 ◦ green 66 ◦ blue 115

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

Shades of Cranberry #D84273

Tints of Cranberry #D84273

RGB

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

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

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

R = 54.41%
G = 16.62%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D84273 (or 0xD84273) is known color: Cranberry. HEX triplet: D8, 42 and 73. RGB value is (216,66,115). Sum of RGB (Red+Green+Blue) = 216+66+115=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D84273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84273 is #27BD8C. Grayscale: #747474. Windows color (decimal): -2604429 or 7553752. OLE color: 7553752.

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

Color convert

RGB 216 66 115 -
CMYK 0 0.69 0.47 0.15
HSL 340.4º 0.66% 0.55% -
HSV(B) 340.4º 0.69% 0.85% -
XYZ 33.36 19.73 18.27 -
YUV 116.44 127.2 199.02 -
System Red Green Blue C M Y K H S L
Decimal 216 66 115 0 0.69 0.47 0.15 340.4 0.66 0.55
Hex D8 42 73 0 45 2F F 154 42 37
Octal 330 102 163 0 105 57 17 524 102 67
Binary 11011000 1000010 1110011 0 1000101 101111 1111 101010100 1000010 110111

Color Harmonies of #D84273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84273

Black with #D84273

Text Example


Text Example

White with #D84273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84273; }

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

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

background-color css

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

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

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

border-color css

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

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

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