Html Css Color HEX #DC268D Deep Cerise

📋 copy color: '#DC268D'

red 220 ◦ green 38 ◦ blue 141

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

Shades of Deep Cerise #DC268D

Tints of Deep Cerise #DC268D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.34%

R = 55.14%
G = 9.52%
B = 35.34%

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

#DC268D (or 0xDC268D) is known color: Deep Cerise. HEX triplet: DC, 26 and 8D. RGB value is (220,38,141). Sum of RGB (Red+Green+Blue) = 220+38+141=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC268D is #23D972. Grayscale: #676767. Windows color (decimal): -2349427 or 9250524. OLE color: 9250524.

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

Color convert

RGB 220 38 141 -
CMYK 0 0.83 0.36 0.14
HSL 326.04º 0.72% 0.51% -
HSV(B) 326.04º 0.83% 0.86% -
XYZ 35.02 18.52 26.93 -
YUV 104.16 148.8 210.62 -
System Red Green Blue C M Y K H S L
Decimal 220 38 141 0 0.83 0.36 0.14 326.04 0.72 0.51
Hex DC 26 8D 0 53 24 E 146 48 33
Octal 334 46 215 0 123 44 16 506 110 63
Binary 11011100 100110 10001101 0 1010011 100100 1110 101000110 1001000 110011

Color Harmonies of #DC268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC268D

Black with #DC268D

Text Example


Text Example

White with #DC268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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