Html Css Color HEX #D84575 Cranberry

📋 copy color: '#D84575'

red 216 ◦ green 69 ◦ blue 117

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

Shades of Cranberry #D84575

Tints of Cranberry #D84575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.16%

 BLUE value IS 117 (46.09% from 255) = 29.1%

R = 53.73%
G = 17.16%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D84575 (or 0xD84575) is known color: Cranberry. HEX triplet: D8, 45 and 75. RGB value is (216,69,117). Sum of RGB (Red+Green+Blue) = 216+69+117=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D84575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84575 is #27BA8A. Grayscale: #767676. Windows color (decimal): -2603659 or 7685592. OLE color: 7685592.

HSL color Cylindrical-coordinate representation of color #D84575: hue angle of 340.41º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D84575 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 69 117 -
CMYK 0 0.68 0.46 0.15
HSL 340.41º 0.65% 0.56% -
HSV(B) 340.41º 0.68% 0.85% -
XYZ 33.66 20.14 18.94 -
YUV 118.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 216 69 117 0 0.68 0.46 0.15 340.41 0.65 0.56
Hex D8 45 75 0 44 2E F 154 41 38
Octal 330 105 165 0 104 56 17 524 101 70
Binary 11011000 1000101 1110101 0 1000100 101110 1111 101010100 1000001 111000

Color Harmonies of #D84575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84575

Black with #D84575

Text Example


Text Example

White with #D84575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84575; }

 p { color: rgb(216,69,117); }

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

background-color css

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

 a { background-color: rgb(216,69,117); }

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

border-color css

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

 span { border-color: rgb(216,69,117); }

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