Html Css Color HEX #DC3E77 Cranberry

📋 copy color: '#DC3E77'

red 220 ◦ green 62 ◦ blue 119

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

Shades of Cranberry #DC3E77

Tints of Cranberry #DC3E77

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.46%

 BLUE value IS 119 (46.88% from 255) = 29.68%

R = 54.86%
G = 15.46%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC3E77 (or 0xDC3E77) is known color: Cranberry. HEX triplet: DC, 3E and 77. RGB value is (220,62,119). Sum of RGB (Red+Green+Blue) = 220+62+119=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3E77 is #23C188. Grayscale: #737373. Windows color (decimal): -2343305 or 7814876. OLE color: 7814876.

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

Color convert

RGB 220 62 119 -
CMYK 0 0.72 0.46 0.14
HSL 338.35º 0.69% 0.55% -
HSV(B) 338.35º 0.72% 0.86% -
XYZ 34.57 19.99 19.49 -
YUV 115.74 129.85 202.37 -
System Red Green Blue C M Y K H S L
Decimal 220 62 119 0 0.72 0.46 0.14 338.35 0.69 0.55
Hex DC 3E 77 0 48 2E E 152 45 37
Octal 334 76 167 0 110 56 16 522 105 67
Binary 11011100 111110 1110111 0 1001000 101110 1110 101010010 1000101 110111

Color Harmonies of #DC3E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E77

Black with #DC3E77

Text Example


Text Example

White with #DC3E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E77; }

 p { color: rgb(220,62,119); }

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

background-color css

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

 a { background-color: rgb(220,62,119); }

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

border-color css

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

 span { border-color: rgb(220,62,119); }

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