Html Css Color HEX #DC3D77 Cranberry

📋 copy color: '#DC3D77'

red 220 ◦ green 61 ◦ blue 119

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

Shades of Cranberry #DC3D77

Tints of Cranberry #DC3D77

RGB

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

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

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

R = 55%
G = 15.25%
B = 29.75%

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

#DC3D77 (or 0xDC3D77) is known color: Cranberry. HEX triplet: DC, 3D and 77. RGB value is (220,61,119). Sum of RGB (Red+Green+Blue) = 220+61+119=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D77 is #23C288. Grayscale: #737373. Windows color (decimal): -2343561 or 7814620. OLE color: 7814620.

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

Color convert

RGB 220 61 119 -
CMYK 0 0.72 0.46 0.14
HSL 338.11º 0.69% 0.55% -
HSV(B) 338.11º 0.72% 0.86% -
XYZ 34.51 19.89 19.47 -
YUV 115.15 130.18 202.78 -
System Red Green Blue C M Y K H S L
Decimal 220 61 119 0 0.72 0.46 0.14 338.11 0.69 0.55
Hex DC 3D 77 0 48 2E E 152 45 37
Octal 334 75 167 0 110 56 16 522 105 67
Binary 11011100 111101 1110111 0 1001000 101110 1110 101010010 1000101 110111

Color Harmonies of #DC3D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D77

Black with #DC3D77

Text Example


Text Example

White with #DC3D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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