Html Css Color HEX #DC267E Deep Cerise

📋 copy color: '#DC267E'

red 220 ◦ green 38 ◦ blue 126

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

Shades of Deep Cerise #DC267E

Tints of Deep Cerise #DC267E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.81%

R = 57.29%
G = 9.9%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC267E (or 0xDC267E) is known color: Deep Cerise. HEX triplet: DC, 26 and 7E. RGB value is (220,38,126). Sum of RGB (Red+Green+Blue) = 220+38+126=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 38 (15.23% from 255 or 9.90% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC267E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC267E is #23D981. Grayscale: #666666. Windows color (decimal): -2349442 or 8267484. OLE color: 8267484.

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

Color convert

RGB 220 38 126 -
CMYK 0 0.83 0.43 0.14
HSL 330.99º 0.72% 0.51% -
HSV(B) 330.99º 0.83% 0.86% -
XYZ 33.97 18.11 21.44 -
YUV 102.45 141.3 211.84 -
System Red Green Blue C M Y K H S L
Decimal 220 38 126 0 0.83 0.43 0.14 330.99 0.72 0.51
Hex DC 26 7E 0 53 2B E 14B 48 33
Octal 334 46 176 0 123 53 16 513 110 63
Binary 11011100 100110 1111110 0 1010011 101011 1110 101001011 1001000 110011

Color Harmonies of #DC267E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC267E

Black with #DC267E

Text Example


Text Example

White with #DC267E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC267E; }

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

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

background-color css

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

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

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

border-color css

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

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

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