Html Css Color HEX #DC1FA1 Deep Cerise

📋 copy color: '#DC1FA1'

red 220 ◦ green 31 ◦ blue 161

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

Shades of Deep Cerise #DC1FA1

Tints of Deep Cerise #DC1FA1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.52%

 BLUE value IS 161 (63.28% from 255) = 39.08%

R = 53.4%
G = 7.52%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC1FA1 (or 0xDC1FA1) is known color: Deep Cerise. HEX triplet: DC, 1F and A1. RGB value is (220,31,161). Sum of RGB (Red+Green+Blue) = 220+31+161=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1FA1 is #23E05E. Grayscale: #666666. Windows color (decimal): -2351199 or 10559452. OLE color: 10559452.

HSL color Cylindrical-coordinate representation of color #DC1FA1: hue angle of 318.73º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1FA1 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 31 161 -
CMYK 0 0.86 0.27 0.14
HSL 318.73º 0.75% 0.49% -
HSV(B) 318.73º 0.86% 0.86% -
XYZ 36.44 18.77 35.42 -
YUV 102.33 161.12 211.93 -
System Red Green Blue C M Y K H S L
Decimal 220 31 161 0 0.86 0.27 0.14 318.73 0.75 0.49
Hex DC 1F A1 0 56 1B E 13F 4B 31
Octal 334 37 241 0 126 33 16 477 113 61
Binary 11011100 11111 10100001 0 1010110 11011 1110 100111111 1001011 110001

Color Harmonies of #DC1FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1FA1

Black with #DC1FA1

Text Example


Text Example

White with #DC1FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1FA1; }

 p { color: rgb(220,31,161); }

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

background-color css

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

 a { background-color: rgb(220,31,161); }

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

border-color css

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

 span { border-color: rgb(220,31,161); }

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