Html Css Color HEX #DD3F71 Cranberry

📋 copy color: '#DD3F71'

red 221 ◦ green 63 ◦ blue 113

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

Shades of Cranberry #DD3F71

Tints of Cranberry #DD3F71

RGB

 RED value IS 221 (86.72% from 255) = 55.67%

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

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

R = 55.67%
G = 15.87%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD3F71 (or 0xDD3F71) is known color: Cranberry. HEX triplet: DD, 3F and 71. RGB value is (221,63,113). Sum of RGB (Red+Green+Blue) = 221+63+113=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F71 is #22C08E. Grayscale: #737373. Windows color (decimal): -2277519 or 7421917. OLE color: 7421917.

HSL color Cylindrical-coordinate representation of color #DD3F71: hue angle of 341.01º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD3F71 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 63 113 -
CMYK 0 0.71 0.49 0.13
HSL 341.01º 0.7% 0.56% -
HSV(B) 341.01º 0.71% 0.87% -
XYZ 34.58 20.12 17.68 -
YUV 115.94 126.35 202.93 -
System Red Green Blue C M Y K H S L
Decimal 221 63 113 0 0.71 0.49 0.13 341.01 0.7 0.56
Hex DD 3F 71 0 47 31 D 155 46 38
Octal 335 77 161 0 107 61 15 525 106 70
Binary 11011101 111111 1110001 0 1000111 110001 1101 101010101 1000110 111000

Color Harmonies of #DD3F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F71

Black with #DD3F71

Text Example


Text Example

White with #DD3F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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