Html Css Color HEX #D82B74 Deep Cerise

📋 copy color: '#D82B74'

red 216 ◦ green 43 ◦ blue 116

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

Shades of Deep Cerise #D82B74

Tints of Deep Cerise #D82B74

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.47%

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 57.6%
G = 11.47%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D82B74 (or 0xD82B74) is known color: Deep Cerise. HEX triplet: D8, 2B and 74. RGB value is (216,43,116). Sum of RGB (Red+Green+Blue) = 216+43+116=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D82B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82B74 is #27D48B. Grayscale: #666666. Windows color (decimal): -2610316 or 7613400. OLE color: 7613400.

HSL color Cylindrical-coordinate representation of color #D82B74: hue angle of 334.68º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82B74 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 43 116 -
CMYK 0 0.80 0.46 0.15
HSL 334.68º 0.69% 0.51% -
HSV(B) 334.68º 0.8% 0.85% -
XYZ 32.34 17.59 18.21 -
YUV 103.05 135.31 208.56 -
System Red Green Blue C M Y K H S L
Decimal 216 43 116 0 0.80 0.46 0.15 334.68 0.69 0.51
Hex D8 2B 74 0 50 2E F 14F 45 33
Octal 330 53 164 0 120 56 17 517 105 63
Binary 11011000 101011 1110100 0 1010000 101110 1111 101001111 1000101 110011

Color Harmonies of #D82B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82B74

Black with #D82B74

Text Example


Text Example

White with #D82B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82B74; }

 p { color: rgb(216,43,116); }

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

background-color css

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

 a { background-color: rgb(216,43,116); }

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

border-color css

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

 span { border-color: rgb(216,43,116); }

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