Html Css Color HEX #DC3D78 Cranberry

📋 copy color: '#DC3D78'

red 220 ◦ green 61 ◦ blue 120

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

Shades of Cranberry #DC3D78

Tints of Cranberry #DC3D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.93%

R = 54.86%
G = 15.21%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC3D78 (or 0xDC3D78) is known color: Cranberry. HEX triplet: DC, 3D and 78. RGB value is (220,61,120). Sum of RGB (Red+Green+Blue) = 220+61+120=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D78 is #23C287. Grayscale: #737373. Windows color (decimal): -2343560 or 7880156. OLE color: 7880156.

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

Color convert

RGB 220 61 120 -
CMYK 0 0.72 0.45 0.14
HSL 337.74º 0.69% 0.55% -
HSV(B) 337.74º 0.72% 0.86% -
XYZ 34.57 19.91 19.79 -
YUV 115.27 130.68 202.7 -
System Red Green Blue C M Y K H S L
Decimal 220 61 120 0 0.72 0.45 0.14 337.74 0.69 0.55
Hex DC 3D 78 0 48 2D E 152 45 37
Octal 334 75 170 0 110 55 16 522 105 67
Binary 11011100 111101 1111000 0 1001000 101101 1110 101010010 1000101 110111

Color Harmonies of #DC3D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D78

Black with #DC3D78

Text Example


Text Example

White with #DC3D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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