Html Css Color HEX #D8298A Deep Cerise

📋 copy color: '#D8298A'

red 216 ◦ green 41 ◦ blue 138

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

Shades of Deep Cerise #D8298A

Tints of Deep Cerise #D8298A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 54.68%
G = 10.38%
B = 34.94%

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

#D8298A (or 0xD8298A) is known color: Deep Cerise. HEX triplet: D8, 29 and 8A. RGB value is (216,41,138). Sum of RGB (Red+Green+Blue) = 216+41+138=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8298A is #27D675. Grayscale: #686868. Windows color (decimal): -2610806 or 9054680. OLE color: 9054680.

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

Color convert

RGB 216 41 138 -
CMYK 0 0.81 0.36 0.15
HSL 326.74º 0.69% 0.5% -
HSV(B) 326.74º 0.81% 0.85% -
XYZ 33.7 18.02 25.75 -
YUV 104.38 146.98 207.61 -
System Red Green Blue C M Y K H S L
Decimal 216 41 138 0 0.81 0.36 0.15 326.74 0.69 0.5
Hex D8 29 8A 0 51 24 F 147 45 32
Octal 330 51 212 0 121 44 17 507 105 62
Binary 11011000 101001 10001010 0 1010001 100100 1111 101000111 1000101 110010

Color Harmonies of #D8298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8298A

Black with #D8298A

Text Example


Text Example

White with #D8298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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