Html Css Color HEX #D8299B Deep Cerise

📋 copy color: '#D8299B'

red 216 ◦ green 41 ◦ blue 155

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

Shades of Deep Cerise #D8299B

Tints of Deep Cerise #D8299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.95%

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

R = 52.43%
G = 9.95%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8299B (or 0xD8299B) is known color: Deep Cerise. HEX triplet: D8, 29 and 9B. RGB value is (216,41,155). Sum of RGB (Red+Green+Blue) = 216+41+155=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D8299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8299B is #27D664. Grayscale: #6A6A6A. Windows color (decimal): -2610789 or 10168792. OLE color: 10168792.

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

Color convert

RGB 216 41 155 -
CMYK 0 0.81 0.28 0.15
HSL 320.91º 0.69% 0.5% -
HSV(B) 320.91º 0.81% 0.85% -
XYZ 35.03 18.55 32.74 -
YUV 106.32 155.48 206.23 -
System Red Green Blue C M Y K H S L
Decimal 216 41 155 0 0.81 0.28 0.15 320.91 0.69 0.5
Hex D8 29 9B 0 51 1C F 141 45 32
Octal 330 51 233 0 121 34 17 501 105 62
Binary 11011000 101001 10011011 0 1010001 11100 1111 101000001 1000101 110010

Color Harmonies of #D8299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8299B

Black with #D8299B

Text Example


Text Example

White with #D8299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8299B; }

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

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

background-color css

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

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

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

border-color css

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

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

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