Html Css Color HEX #D8269B Deep Cerise

📋 copy color: '#D8269B'

red 216 ◦ green 38 ◦ blue 155

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

Shades of Deep Cerise #D8269B

Tints of Deep Cerise #D8269B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.9%

R = 52.81%
G = 9.29%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8269B (or 0xD8269B) is known color: Deep Cerise. HEX triplet: D8, 26 and 9B. RGB value is (216,38,155). Sum of RGB (Red+Green+Blue) = 216+38+155=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D8269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8269B is #27D964. Grayscale: #686868. Windows color (decimal): -2611557 or 10168024. OLE color: 10168024.

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

Color convert

RGB 216 38 155 -
CMYK 0 0.82 0.28 0.15
HSL 320.56º 0.7% 0.5% -
HSV(B) 320.56º 0.82% 0.85% -
XYZ 34.93 18.35 32.71 -
YUV 104.56 156.47 207.49 -
System Red Green Blue C M Y K H S L
Decimal 216 38 155 0 0.82 0.28 0.15 320.56 0.7 0.5
Hex D8 26 9B 0 52 1C F 141 46 32
Octal 330 46 233 0 122 34 17 501 106 62
Binary 11011000 100110 10011011 0 1010010 11100 1111 101000001 1000110 110010

Color Harmonies of #D8269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8269B

Black with #D8269B

Text Example


Text Example

White with #D8269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8269B; }

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

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

background-color css

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

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

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

border-color css

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

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

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