Html Css Color HEX #DC3E73 Cranberry

📋 copy color: '#DC3E73'

red 220 ◦ green 62 ◦ blue 115

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

Shades of Cranberry #DC3E73

Tints of Cranberry #DC3E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.97%

R = 55.42%
G = 15.62%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC3E73 (or 0xDC3E73) is known color: Cranberry. HEX triplet: DC, 3E and 73. RGB value is (220,62,115). Sum of RGB (Red+Green+Blue) = 220+62+115=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3E73 is #23C18C. Grayscale: #737373. Windows color (decimal): -2343309 or 7552732. OLE color: 7552732.

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

Color convert

RGB 220 62 115 -
CMYK 0 0.72 0.48 0.14
HSL 339.87º 0.69% 0.55% -
HSV(B) 339.87º 0.72% 0.86% -
XYZ 34.33 19.9 18.25 -
YUV 115.28 127.85 202.69 -
System Red Green Blue C M Y K H S L
Decimal 220 62 115 0 0.72 0.48 0.14 339.87 0.69 0.55
Hex DC 3E 73 0 48 30 E 154 45 37
Octal 334 76 163 0 110 60 16 524 105 67
Binary 11011100 111110 1110011 0 1001000 110000 1110 101010100 1000101 110111

Color Harmonies of #DC3E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E73

Black with #DC3E73

Text Example


Text Example

White with #DC3E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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