Html Css Color HEX #D82BA4 Deep Cerise

📋 copy color: '#D82BA4'

red 216 ◦ green 43 ◦ blue 164

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

Shades of Deep Cerise #D82BA4

Tints of Deep Cerise #D82BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.77%

R = 51.06%
G = 10.17%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D82BA4 (or 0xD82BA4) is known color: Deep Cerise. HEX triplet: D8, 2B and A4. RGB value is (216,43,164). Sum of RGB (Red+Green+Blue) = 216+43+164=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D82BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82BA4 is #27D45B. Grayscale: #6C6C6C. Windows color (decimal): -2610268 or 10759128. OLE color: 10759128.

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

Color convert

RGB 216 43 164 -
CMYK 0 0.80 0.24 0.15
HSL 318.03º 0.69% 0.51% -
HSV(B) 318.03º 0.8% 0.85% -
XYZ 35.88 19.01 36.9 -
YUV 108.52 159.31 204.66 -
System Red Green Blue C M Y K H S L
Decimal 216 43 164 0 0.80 0.24 0.15 318.03 0.69 0.51
Hex D8 2B A4 0 50 18 F 13E 45 33
Octal 330 53 244 0 120 30 17 476 105 63
Binary 11011000 101011 10100100 0 1010000 11000 1111 100111110 1000101 110011

Color Harmonies of #D82BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82BA4

Black with #D82BA4

Text Example


Text Example

White with #D82BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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