Html Css Color HEX #D826A0 Deep Cerise

📋 copy color: '#D826A0'

red 216 ◦ green 38 ◦ blue 160

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

Shades of Deep Cerise #D826A0

Tints of Deep Cerise #D826A0

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.18%

 BLUE value IS 160 (62.89% from 255) = 38.65%

R = 52.17%
G = 9.18%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D826A0 (or 0xD826A0) is known color: Deep Cerise. HEX triplet: D8, 26 and A0. RGB value is (216,38,160). Sum of RGB (Red+Green+Blue) = 216+38+160=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D826A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D826A0 is #27D95F. Grayscale: #686868. Windows color (decimal): -2611552 or 10495704. OLE color: 10495704.

HSL color Cylindrical-coordinate representation of color #D826A0: hue angle of 318.88º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D826A0 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 38 160 -
CMYK 0 0.82 0.26 0.15
HSL 318.88º 0.7% 0.5% -
HSV(B) 318.88º 0.82% 0.85% -
XYZ 35.36 18.52 34.97 -
YUV 105.13 158.97 207.08 -
System Red Green Blue C M Y K H S L
Decimal 216 38 160 0 0.82 0.26 0.15 318.88 0.7 0.5
Hex D8 26 A0 0 52 1A F 13F 46 32
Octal 330 46 240 0 122 32 17 477 106 62
Binary 11011000 100110 10100000 0 1010010 11010 1111 100111111 1000110 110010

Color Harmonies of #D826A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D826A0

Black with #D826A0

Text Example


Text Example

White with #D826A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D826A0; }

 p { color: rgb(216,38,160); }

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

background-color css

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

 a { background-color: rgb(216,38,160); }

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

border-color css

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

 span { border-color: rgb(216,38,160); }

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