Html Css Color HEX #DC238F Deep Cerise

📋 copy color: '#DC238F'

red 220 ◦ green 35 ◦ blue 143

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

Shades of Deep Cerise #DC238F

Tints of Deep Cerise #DC238F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.79%

 BLUE value IS 143 (56.25% from 255) = 35.93%

R = 55.28%
G = 8.79%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC238F (or 0xDC238F) is known color: Deep Cerise. HEX triplet: DC, 23 and 8F. RGB value is (220,35,143). Sum of RGB (Red+Green+Blue) = 220+35+143=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC238F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC238F is #23DC70. Grayscale: #666666. Windows color (decimal): -2350193 or 9380828. OLE color: 9380828.

HSL color Cylindrical-coordinate representation of color #DC238F: hue angle of 324.97º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC238F is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 35 143 -
CMYK 0 0.84 0.35 0.14
HSL 324.97º 0.73% 0.5% -
HSV(B) 324.97º 0.84% 0.86% -
XYZ 35.07 18.4 27.69 -
YUV 102.63 150.79 211.72 -
System Red Green Blue C M Y K H S L
Decimal 220 35 143 0 0.84 0.35 0.14 324.97 0.73 0.5
Hex DC 23 8F 0 54 23 E 145 49 32
Octal 334 43 217 0 124 43 16 505 111 62
Binary 11011100 100011 10001111 0 1010100 100011 1110 101000101 1001001 110010

Color Harmonies of #DC238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC238F

Black with #DC238F

Text Example


Text Example

White with #DC238F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC238F; }

 p { color: rgb(220,35,143); }

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

background-color css

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

 a { background-color: rgb(220,35,143); }

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

border-color css

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

 span { border-color: rgb(220,35,143); }

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