Html Css Color HEX #DC268E Deep Cerise

📋 copy color: '#DC268E'

red 220 ◦ green 38 ◦ blue 142

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

Shades of Deep Cerise #DC268E

Tints of Deep Cerise #DC268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.5%

R = 55%
G = 9.5%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC268E (or 0xDC268E) is known color: Deep Cerise. HEX triplet: DC, 26 and 8E. RGB value is (220,38,142). Sum of RGB (Red+Green+Blue) = 220+38+142=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC268E is #23D971. Grayscale: #686868. Windows color (decimal): -2349426 or 9316060. OLE color: 9316060.

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

Color convert

RGB 220 38 142 -
CMYK 0 0.83 0.35 0.14
HSL 325.71º 0.72% 0.51% -
HSV(B) 325.71º 0.83% 0.86% -
XYZ 35.09 18.55 27.32 -
YUV 104.27 149.3 210.54 -
System Red Green Blue C M Y K H S L
Decimal 220 38 142 0 0.83 0.35 0.14 325.71 0.72 0.51
Hex DC 26 8E 0 53 23 E 146 48 33
Octal 334 46 216 0 123 43 16 506 110 63
Binary 11011100 100110 10001110 0 1010011 100011 1110 101000110 1001000 110011

Color Harmonies of #DC268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC268E

Black with #DC268E

Text Example


Text Example

White with #DC268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC268E; }

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

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

background-color css

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

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

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

border-color css

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

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

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