Html Css Color HEX #D8298D Deep Cerise

📋 copy color: '#D8298D'

red 216 ◦ green 41 ◦ blue 141

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

Shades of Deep Cerise #D8298D

Tints of Deep Cerise #D8298D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 54.27%
G = 10.3%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8298D (or 0xD8298D) is known color: Deep Cerise. HEX triplet: D8, 29 and 8D. RGB value is (216,41,141). Sum of RGB (Red+Green+Blue) = 216+41+141=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D8298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8298D is #27D672. Grayscale: #686868. Windows color (decimal): -2610803 or 9251288. OLE color: 9251288.

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

Color convert

RGB 216 41 141 -
CMYK 0 0.81 0.35 0.15
HSL 325.71º 0.69% 0.5% -
HSV(B) 325.71º 0.81% 0.85% -
XYZ 33.92 18.11 26.91 -
YUV 104.73 148.48 207.37 -
System Red Green Blue C M Y K H S L
Decimal 216 41 141 0 0.81 0.35 0.15 325.71 0.69 0.5
Hex D8 29 8D 0 51 23 F 146 45 32
Octal 330 51 215 0 121 43 17 506 105 62
Binary 11011000 101001 10001101 0 1010001 100011 1111 101000110 1000101 110010

Color Harmonies of #D8298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8298D

Black with #D8298D

Text Example


Text Example

White with #D8298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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