Html Css Color HEX #DC258C Deep Cerise

📋 copy color: '#DC258C'

red 220 ◦ green 37 ◦ blue 140

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

Shades of Deep Cerise #DC258C

Tints of Deep Cerise #DC258C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.32%

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

R = 55.42%
G = 9.32%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC258C (or 0xDC258C) is known color: Deep Cerise. HEX triplet: DC, 25 and 8C. RGB value is (220,37,140). Sum of RGB (Red+Green+Blue) = 220+37+140=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC258C is #23DA73. Grayscale: #676767. Windows color (decimal): -2349684 or 9184732. OLE color: 9184732.

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

Color convert

RGB 220 37 140 -
CMYK 0 0.83 0.36 0.14
HSL 326.23º 0.72% 0.5% -
HSV(B) 326.23º 0.83% 0.86% -
XYZ 34.91 18.43 26.53 -
YUV 103.46 148.63 211.12 -
System Red Green Blue C M Y K H S L
Decimal 220 37 140 0 0.83 0.36 0.14 326.23 0.72 0.5
Hex DC 25 8C 0 53 24 E 146 48 32
Octal 334 45 214 0 123 44 16 506 110 62
Binary 11011100 100101 10001100 0 1010011 100100 1110 101000110 1001000 110010

Color Harmonies of #DC258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC258C

Black with #DC258C

Text Example


Text Example

White with #DC258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC258C; }

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

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

background-color css

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

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

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

border-color css

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

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

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