Html Css Color HEX #DC248B Deep Cerise

📋 copy color: '#DC248B'

red 220 ◦ green 36 ◦ blue 139

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

Shades of Deep Cerise #DC248B

Tints of Deep Cerise #DC248B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.11%

 BLUE value IS 139 (54.69% from 255) = 35.19%

R = 55.7%
G = 9.11%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC248B (or 0xDC248B) is known color: Deep Cerise. HEX triplet: DC, 24 and 8B. RGB value is (220,36,139). Sum of RGB (Red+Green+Blue) = 220+36+139=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC248B is #23DB74. Grayscale: #666666. Windows color (decimal): -2349941 or 9118940. OLE color: 9118940.

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

Color convert

RGB 220 36 139 -
CMYK 0 0.84 0.37 0.14
HSL 326.41º 0.72% 0.5% -
HSV(B) 326.41º 0.84% 0.86% -
XYZ 34.81 18.34 26.13 -
YUV 102.76 148.46 211.62 -
System Red Green Blue C M Y K H S L
Decimal 220 36 139 0 0.84 0.37 0.14 326.41 0.72 0.5
Hex DC 24 8B 0 54 25 E 146 48 32
Octal 334 44 213 0 124 45 16 506 110 62
Binary 11011100 100100 10001011 0 1010100 100101 1110 101000110 1001000 110010

Color Harmonies of #DC248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC248B

Black with #DC248B

Text Example


Text Example

White with #DC248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC248B; }

 p { color: rgb(220,36,139); }

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

background-color css

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

 a { background-color: rgb(220,36,139); }

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

border-color css

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

 span { border-color: rgb(220,36,139); }

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