Html Css Color HEX #D8269F Deep Cerise

📋 copy color: '#D8269F'

red 216 ◦ green 38 ◦ blue 159

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

Shades of Deep Cerise #D8269F

Tints of Deep Cerise #D8269F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.5%

R = 52.3%
G = 9.2%
B = 38.5%

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

#D8269F (or 0xD8269F) is known color: Deep Cerise. HEX triplet: D8, 26 and 9F. RGB value is (216,38,159). Sum of RGB (Red+Green+Blue) = 216+38+159=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D8269F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8269F is #27D960. Grayscale: #686868. Windows color (decimal): -2611553 or 10430168. OLE color: 10430168.

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

Color convert

RGB 216 38 159 -
CMYK 0 0.82 0.26 0.15
HSL 319.21º 0.7% 0.5% -
HSV(B) 319.21º 0.82% 0.85% -
XYZ 35.27 18.49 34.51 -
YUV 105.02 158.47 207.16 -
System Red Green Blue C M Y K H S L
Decimal 216 38 159 0 0.82 0.26 0.15 319.21 0.7 0.5
Hex D8 26 9F 0 52 1A F 13F 46 32
Octal 330 46 237 0 122 32 17 477 106 62
Binary 11011000 100110 10011111 0 1010010 11010 1111 100111111 1000110 110010

Color Harmonies of #D8269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8269F

Black with #D8269F

Text Example


Text Example

White with #D8269F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8269F; }

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

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

background-color css

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

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

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

border-color css

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

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

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