Html Css Color HEX #DC269A Deep Cerise

📋 copy color: '#DC269A'

red 220 ◦ green 38 ◦ blue 154

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

Shades of Deep Cerise #DC269A

Tints of Deep Cerise #DC269A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.38%

R = 53.4%
G = 9.22%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC269A (or 0xDC269A) is known color: Deep Cerise. HEX triplet: DC, 26 and 9A. RGB value is (220,38,154). Sum of RGB (Red+Green+Blue) = 220+38+154=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC269A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC269A is #23D965. Grayscale: #696969. Windows color (decimal): -2349414 or 10102492. OLE color: 10102492.

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

Color convert

RGB 220 38 154 -
CMYK 0 0.83 0.3 0.14
HSL 321.76º 0.72% 0.51% -
HSV(B) 321.76º 0.83% 0.86% -
XYZ 36.04 18.93 32.33 -
YUV 105.64 155.3 209.57 -
System Red Green Blue C M Y K H S L
Decimal 220 38 154 0 0.83 0.3 0.14 321.76 0.72 0.51
Hex DC 26 9A 0 53 1E E 142 48 33
Octal 334 46 232 0 123 36 16 502 110 63
Binary 11011100 100110 10011010 0 1010011 11110 1110 101000010 1001000 110011

Color Harmonies of #DC269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC269A

Black with #DC269A

Text Example


Text Example

White with #DC269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC269A; }

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

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

background-color css

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

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

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

border-color css

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

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

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