Html Css Color HEX #DC3F8B Deep Cerise

📋 copy color: '#DC3F8B'

red 220 ◦ green 63 ◦ blue 139

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

Shades of Deep Cerise #DC3F8B

Tints of Deep Cerise #DC3F8B

RGB

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

 GREEN value IS 63 (25% from 255) = 14.93%

 BLUE value IS 139 (54.69% from 255) = 32.94%

R = 52.13%
G = 14.93%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC3F8B (or 0xDC3F8B) is known color: Deep Cerise. HEX triplet: DC, 3F and 8B. RGB value is (220,63,139). Sum of RGB (Red+Green+Blue) = 220+63+139=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F8B is #23C074. Grayscale: #767676. Windows color (decimal): -2343029 or 9125852. OLE color: 9125852.

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

Color convert

RGB 220 63 139 -
CMYK 0 0.71 0.37 0.14
HSL 330.96º 0.69% 0.55% -
HSV(B) 330.96º 0.71% 0.86% -
XYZ 35.95 20.63 26.51 -
YUV 118.61 139.51 200.32 -
System Red Green Blue C M Y K H S L
Decimal 220 63 139 0 0.71 0.37 0.14 330.96 0.69 0.55
Hex DC 3F 8B 0 47 25 E 14B 45 37
Octal 334 77 213 0 107 45 16 513 105 67
Binary 11011100 111111 10001011 0 1000111 100101 1110 101001011 1000101 110111

Color Harmonies of #DC3F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F8B

Black with #DC3F8B

Text Example


Text Example

White with #DC3F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F8B; }

 p { color: rgb(220,63,139); }

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

background-color css

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

 a { background-color: rgb(220,63,139); }

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

border-color css

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

 span { border-color: rgb(220,63,139); }

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