Html Css Color HEX #D8298B Deep Cerise

📋 copy color: '#D8298B'

red 216 ◦ green 41 ◦ blue 139

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

Shades of Deep Cerise #D8298B

Tints of Deep Cerise #D8298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.1%

R = 54.55%
G = 10.35%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8298B (or 0xD8298B) is known color: Deep Cerise. HEX triplet: D8, 29 and 8B. RGB value is (216,41,139). Sum of RGB (Red+Green+Blue) = 216+41+139=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D8298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8298B is #27D674. Grayscale: #686868. Windows color (decimal): -2610805 or 9120216. OLE color: 9120216.

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

Color convert

RGB 216 41 139 -
CMYK 0 0.81 0.36 0.15
HSL 326.4º 0.69% 0.5% -
HSV(B) 326.4º 0.81% 0.85% -
XYZ 33.77 18.05 26.13 -
YUV 104.5 147.48 207.53 -
System Red Green Blue C M Y K H S L
Decimal 216 41 139 0 0.81 0.36 0.15 326.4 0.69 0.5
Hex D8 29 8B 0 51 24 F 146 45 32
Octal 330 51 213 0 121 44 17 506 105 62
Binary 11011000 101001 10001011 0 1010001 100100 1111 101000110 1000101 110010

Color Harmonies of #D8298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8298B

Black with #D8298B

Text Example


Text Example

White with #D8298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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