Html Css Color HEX #D82CA4 Deep Cerise

📋 copy color: '#D82CA4'

red 216 ◦ green 44 ◦ blue 164

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

Shades of Deep Cerise #D82CA4

Tints of Deep Cerise #D82CA4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.38%

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

R = 50.94%
G = 10.38%
B = 38.68%

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

#D82CA4 (or 0xD82CA4) is known color: Deep Cerise. HEX triplet: D8, 2C and A4. RGB value is (216,44,164). Sum of RGB (Red+Green+Blue) = 216+44+164=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D82CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82CA4 is #27D35B. Grayscale: #6C6C6C. Windows color (decimal): -2610012 or 10759384. OLE color: 10759384.

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

Color convert

RGB 216 44 164 -
CMYK 0 0.80 0.24 0.15
HSL 318.14º 0.69% 0.51% -
HSV(B) 318.14º 0.8% 0.85% -
XYZ 35.92 19.08 36.91 -
YUV 109.11 158.98 204.24 -
System Red Green Blue C M Y K H S L
Decimal 216 44 164 0 0.80 0.24 0.15 318.14 0.69 0.51
Hex D8 2C A4 0 50 18 F 13E 45 33
Octal 330 54 244 0 120 30 17 476 105 63
Binary 11011000 101100 10100100 0 1010000 11000 1111 100111110 1000101 110011

Color Harmonies of #D82CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82CA4

Black with #D82CA4

Text Example


Text Example

White with #D82CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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