Html Css Color HEX #DC227F Deep Cerise

📋 copy color: '#DC227F'

red 220 ◦ green 34 ◦ blue 127

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

Shades of Deep Cerise #DC227F

Tints of Deep Cerise #DC227F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.92%

 BLUE value IS 127 (50% from 255) = 33.33%

R = 57.74%
G = 8.92%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC227F (or 0xDC227F) is known color: Deep Cerise. HEX triplet: DC, 22 and 7F. RGB value is (220,34,127). Sum of RGB (Red+Green+Blue) = 220+34+127=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC227F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC227F is #23DD80. Grayscale: #646464. Windows color (decimal): -2350465 or 8331996. OLE color: 8331996.

HSL color Cylindrical-coordinate representation of color #DC227F: hue angle of 330º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC227F is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 34 127 -
CMYK 0 0.85 0.42 0.14
HSL 330º 0.73% 0.5% -
HSV(B) 330º 0.85% 0.86% -
XYZ 33.92 17.89 21.74 -
YUV 100.22 143.12 213.44 -
System Red Green Blue C M Y K H S L
Decimal 220 34 127 0 0.85 0.42 0.14 330 0.73 0.5
Hex DC 22 7F 0 55 2A E 14A 49 32
Octal 334 42 177 0 125 52 16 512 111 62
Binary 11011100 100010 1111111 0 1010101 101010 1110 101001010 1001001 110010

Color Harmonies of #DC227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC227F

Black with #DC227F

Text Example


Text Example

White with #DC227F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC227F; }

 p { color: rgb(220,34,127); }

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

background-color css

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

 a { background-color: rgb(220,34,127); }

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

border-color css

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

 span { border-color: rgb(220,34,127); }

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