Html Css Color HEX #DC3D8B Deep Cerise

📋 copy color: '#DC3D8B'

red 220 ◦ green 61 ◦ blue 139

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

Shades of Deep Cerise #DC3D8B

Tints of Deep Cerise #DC3D8B

RGB

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

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

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

R = 52.38%
G = 14.52%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC3D8B (or 0xDC3D8B) is known color: Deep Cerise. HEX triplet: DC, 3D and 8B. RGB value is (220,61,139). Sum of RGB (Red+Green+Blue) = 220+61+139=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3D8B is #23C274. Grayscale: #757575. Windows color (decimal): -2343541 or 9125340. OLE color: 9125340.

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

Color convert

RGB 220 61 139 -
CMYK 0 0.72 0.37 0.14
HSL 330.57º 0.69% 0.55% -
HSV(B) 330.57º 0.72% 0.86% -
XYZ 35.84 20.42 26.48 -
YUV 117.43 140.18 201.16 -
System Red Green Blue C M Y K H S L
Decimal 220 61 139 0 0.72 0.37 0.14 330.57 0.69 0.55
Hex DC 3D 8B 0 48 25 E 14B 45 37
Octal 334 75 213 0 110 45 16 513 105 67
Binary 11011100 111101 10001011 0 1001000 100101 1110 101001011 1000101 110111

Color Harmonies of #DC3D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D8B

Black with #DC3D8B

Text Example


Text Example

White with #DC3D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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