Html Css Color HEX #DC298D Deep Cerise

📋 copy color: '#DC298D'

red 220 ◦ green 41 ◦ blue 141

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

Shades of Deep Cerise #DC298D

Tints of Deep Cerise #DC298D

RGB

 RED value IS 220 (86.33% from 255) = 54.73%

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

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

R = 54.73%
G = 10.2%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC298D (or 0xDC298D) is known color: Deep Cerise. HEX triplet: DC, 29 and 8D. RGB value is (220,41,141). Sum of RGB (Red+Green+Blue) = 220+41+141=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC298D is #23D672. Grayscale: #696969. Windows color (decimal): -2348659 or 9251292. OLE color: 9251292.

HSL color Cylindrical-coordinate representation of color #DC298D: hue angle of 326.48º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC298D is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 41 141 -
CMYK 0 0.81 0.36 0.14
HSL 326.48º 0.72% 0.51% -
HSV(B) 326.48º 0.81% 0.86% -
XYZ 35.12 18.72 26.96 -
YUV 105.92 147.8 209.37 -
System Red Green Blue C M Y K H S L
Decimal 220 41 141 0 0.81 0.36 0.14 326.48 0.72 0.51
Hex DC 29 8D 0 51 24 E 146 48 33
Octal 334 51 215 0 121 44 16 506 110 63
Binary 11011100 101001 10001101 0 1010001 100100 1110 101000110 1001000 110011

Color Harmonies of #DC298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC298D

Black with #DC298D

Text Example


Text Example

White with #DC298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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