Html Css Color HEX #DC268C Deep Cerise

📋 copy color: '#DC268C'

red 220 ◦ green 38 ◦ blue 140

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

Shades of Deep Cerise #DC268C

Tints of Deep Cerise #DC268C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.55%

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

R = 55.28%
G = 9.55%
B = 35.18%

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

#DC268C (or 0xDC268C) is known color: Deep Cerise. HEX triplet: DC, 26 and 8C. RGB value is (220,38,140). Sum of RGB (Red+Green+Blue) = 220+38+140=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC268C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC268C is #23D973. Grayscale: #676767. Windows color (decimal): -2349428 or 9184988. OLE color: 9184988.

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

Color convert

RGB 220 38 140 -
CMYK 0 0.83 0.36 0.14
HSL 326.37º 0.72% 0.51% -
HSV(B) 326.37º 0.83% 0.86% -
XYZ 34.94 18.5 26.54 -
YUV 104.05 148.3 210.71 -
System Red Green Blue C M Y K H S L
Decimal 220 38 140 0 0.83 0.36 0.14 326.37 0.72 0.51
Hex DC 26 8C 0 53 24 E 146 48 33
Octal 334 46 214 0 123 44 16 506 110 63
Binary 11011100 100110 10001100 0 1010011 100100 1110 101000110 1001000 110011

Color Harmonies of #DC268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC268C

Black with #DC268C

Text Example


Text Example

White with #DC268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC268C; }

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

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

background-color css

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

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

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

border-color css

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

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

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