Html Css Color HEX #DC238C Deep Cerise

📋 copy color: '#DC238C'

red 220 ◦ green 35 ◦ blue 140

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

Shades of Deep Cerise #DC238C

Tints of Deep Cerise #DC238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.44%

R = 55.7%
G = 8.86%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC238C (or 0xDC238C) is known color: Deep Cerise. HEX triplet: DC, 23 and 8C. RGB value is (220,35,140). Sum of RGB (Red+Green+Blue) = 220+35+140=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC238C is #23DC73. Grayscale: #666666. Windows color (decimal): -2350196 or 9184220. OLE color: 9184220.

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

Color convert

RGB 220 35 140 -
CMYK 0 0.84 0.36 0.14
HSL 325.95º 0.73% 0.5% -
HSV(B) 325.95º 0.84% 0.86% -
XYZ 34.85 18.31 26.51 -
YUV 102.29 149.29 211.96 -
System Red Green Blue C M Y K H S L
Decimal 220 35 140 0 0.84 0.36 0.14 325.95 0.73 0.5
Hex DC 23 8C 0 54 24 E 146 49 32
Octal 334 43 214 0 124 44 16 506 111 62
Binary 11011100 100011 10001100 0 1010100 100100 1110 101000110 1001001 110010

Color Harmonies of #DC238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC238C

Black with #DC238C

Text Example


Text Example

White with #DC238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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