Html Css Color HEX #D8269D Deep Cerise

📋 copy color: '#D8269D'

red 216 ◦ green 38 ◦ blue 157

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

Shades of Deep Cerise #D8269D

Tints of Deep Cerise #D8269D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.2%

R = 52.55%
G = 9.25%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D8269D (or 0xD8269D) is known color: Deep Cerise. HEX triplet: D8, 26 and 9D. RGB value is (216,38,157). Sum of RGB (Red+Green+Blue) = 216+38+157=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8269D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8269D is #27D962. Grayscale: #686868. Windows color (decimal): -2611555 or 10299096. OLE color: 10299096.

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

Color convert

RGB 216 38 157 -
CMYK 0 0.82 0.27 0.15
HSL 319.89º 0.7% 0.5% -
HSV(B) 319.89º 0.82% 0.85% -
XYZ 35.1 18.42 33.6 -
YUV 104.79 157.47 207.32 -
System Red Green Blue C M Y K H S L
Decimal 216 38 157 0 0.82 0.27 0.15 319.89 0.7 0.5
Hex D8 26 9D 0 52 1B F 140 46 32
Octal 330 46 235 0 122 33 17 500 106 62
Binary 11011000 100110 10011101 0 1010010 11011 1111 101000000 1000110 110010

Color Harmonies of #D8269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8269D

Black with #D8269D

Text Example


Text Example

White with #D8269D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8269D; }

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

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

background-color css

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

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

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

border-color css

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

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

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