Html Css Color HEX #DC3F71 Cranberry

📋 copy color: '#DC3F71'

red 220 ◦ green 63 ◦ blue 113

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

Shades of Cranberry #DC3F71

Tints of Cranberry #DC3F71

RGB

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

 GREEN value IS 63 (25% from 255) = 15.91%

 BLUE value IS 113 (44.53% from 255) = 28.54%

R = 55.56%
G = 15.91%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC3F71 (or 0xDC3F71) is known color: Cranberry. HEX triplet: DC, 3F and 71. RGB value is (220,63,113). Sum of RGB (Red+Green+Blue) = 220+63+113=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F71 is #23C08E. Grayscale: #737373. Windows color (decimal): -2343055 or 7421916. OLE color: 7421916.

HSL color Cylindrical-coordinate representation of color #DC3F71: hue angle of 340.89º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3F71 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 63 113 -
CMYK 0 0.71 0.49 0.14
HSL 340.89º 0.69% 0.55% -
HSV(B) 340.89º 0.71% 0.86% -
XYZ 34.27 19.96 17.67 -
YUV 115.64 126.51 202.43 -
System Red Green Blue C M Y K H S L
Decimal 220 63 113 0 0.71 0.49 0.14 340.89 0.69 0.55
Hex DC 3F 71 0 47 31 E 155 45 37
Octal 334 77 161 0 107 61 16 525 105 67
Binary 11011100 111111 1110001 0 1000111 110001 1110 101010101 1000101 110111

Color Harmonies of #DC3F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F71

Black with #DC3F71

Text Example


Text Example

White with #DC3F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F71; }

 p { color: rgb(220,63,113); }

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

background-color css

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

 a { background-color: rgb(220,63,113); }

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

border-color css

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

 span { border-color: rgb(220,63,113); }

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