Html Css Color HEX #DC269E Deep Cerise

📋 copy color: '#DC269E'

red 220 ◦ green 38 ◦ blue 158

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

Shades of Deep Cerise #DC269E

Tints of Deep Cerise #DC269E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.98%

R = 52.88%
G = 9.13%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC269E (or 0xDC269E) is known color: Deep Cerise. HEX triplet: DC, 26 and 9E. RGB value is (220,38,158). Sum of RGB (Red+Green+Blue) = 220+38+158=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC269E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC269E is #23D961. Grayscale: #696969. Windows color (decimal): -2349410 or 10364636. OLE color: 10364636.

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

Color convert

RGB 220 38 158 -
CMYK 0 0.83 0.28 0.14
HSL 320.44º 0.72% 0.51% -
HSV(B) 320.44º 0.83% 0.86% -
XYZ 36.38 19.07 34.11 -
YUV 106.1 157.3 209.24 -
System Red Green Blue C M Y K H S L
Decimal 220 38 158 0 0.83 0.28 0.14 320.44 0.72 0.51
Hex DC 26 9E 0 53 1C E 140 48 33
Octal 334 46 236 0 123 34 16 500 110 63
Binary 11011100 100110 10011110 0 1010011 11100 1110 101000000 1001000 110011

Color Harmonies of #DC269E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC269E

Black with #DC269E

Text Example


Text Example

White with #DC269E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC269E; }

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

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

background-color css

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

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

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

border-color css

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

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

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