Html Css Color HEX #DC1F7B Deep Cerise

📋 copy color: '#DC1F7B'

red 220 ◦ green 31 ◦ blue 123

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

Shades of Deep Cerise #DC1F7B

Tints of Deep Cerise #DC1F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.89%

R = 58.82%
G = 8.29%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC1F7B (or 0xDC1F7B) is known color: Deep Cerise. HEX triplet: DC, 1F and 7B. RGB value is (220,31,123). Sum of RGB (Red+Green+Blue) = 220+31+123=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1F7B is #23E084. Grayscale: #616161. Windows color (decimal): -2351237 or 8069084. OLE color: 8069084.

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

Color convert

RGB 220 31 123 -
CMYK 0 0.86 0.44 0.14
HSL 330.79º 0.75% 0.49% -
HSV(B) 330.79º 0.86% 0.86% -
XYZ 33.58 17.63 20.37 -
YUV 98 142.12 215.02 -
System Red Green Blue C M Y K H S L
Decimal 220 31 123 0 0.86 0.44 0.14 330.79 0.75 0.49
Hex DC 1F 7B 0 56 2C E 14B 4B 31
Octal 334 37 173 0 126 54 16 513 113 61
Binary 11011100 11111 1111011 0 1010110 101100 1110 101001011 1001011 110001

Color Harmonies of #DC1F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1F7B

Black with #DC1F7B

Text Example


Text Example

White with #DC1F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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