Html Css Color HEX #DC3D7F Deep Cerise

📋 copy color: '#DC3D7F'

red 220 ◦ green 61 ◦ blue 127

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

Shades of Deep Cerise #DC3D7F

Tints of Deep Cerise #DC3D7F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.95%

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

R = 53.92%
G = 14.95%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC3D7F (or 0xDC3D7F) is known color: Deep Cerise. HEX triplet: DC, 3D and 7F. RGB value is (220,61,127). Sum of RGB (Red+Green+Blue) = 220+61+127=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D7F is #23C280. Grayscale: #737373. Windows color (decimal): -2343553 or 8338908. OLE color: 8338908.

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

Color convert

RGB 220 61 127 -
CMYK 0 0.72 0.42 0.14
HSL 335.09º 0.69% 0.55% -
HSV(B) 335.09º 0.72% 0.86% -
XYZ 35.01 20.09 22.11 -
YUV 116.07 134.18 202.13 -
System Red Green Blue C M Y K H S L
Decimal 220 61 127 0 0.72 0.42 0.14 335.09 0.69 0.55
Hex DC 3D 7F 0 48 2A E 14F 45 37
Octal 334 75 177 0 110 52 16 517 105 67
Binary 11011100 111101 1111111 0 1001000 101010 1110 101001111 1000101 110111

Color Harmonies of #DC3D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D7F

Black with #DC3D7F

Text Example


Text Example

White with #DC3D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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