Html Css Color HEX #DC269B Deep Cerise

📋 copy color: '#DC269B'

red 220 ◦ green 38 ◦ blue 155

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

Shades of Deep Cerise #DC269B

Tints of Deep Cerise #DC269B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.53%

R = 53.27%
G = 9.2%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC269B (or 0xDC269B) is known color: Deep Cerise. HEX triplet: DC, 26 and 9B. RGB value is (220,38,155). Sum of RGB (Red+Green+Blue) = 220+38+155=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC269B is #23D964. Grayscale: #696969. Windows color (decimal): -2349413 or 10168028. OLE color: 10168028.

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

Color convert

RGB 220 38 155 -
CMYK 0 0.83 0.30 0.14
HSL 321.43º 0.72% 0.51% -
HSV(B) 321.43º 0.83% 0.86% -
XYZ 36.12 18.97 32.77 -
YUV 105.76 155.8 209.49 -
System Red Green Blue C M Y K H S L
Decimal 220 38 155 0 0.83 0.30 0.14 321.43 0.72 0.51
Hex DC 26 9B 0 53 1E E 141 48 33
Octal 334 46 233 0 123 36 16 501 110 63
Binary 11011100 100110 10011011 0 1010011 11110 1110 101000001 1001000 110011

Color Harmonies of #DC269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC269B

Black with #DC269B

Text Example


Text Example

White with #DC269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC269B; }

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

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

background-color css

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

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

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

border-color css

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

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

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