Html Css Color HEX #DD3F73 Cranberry

📋 copy color: '#DD3F73'

red 221 ◦ green 63 ◦ blue 115

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

Shades of Cranberry #DD3F73

Tints of Cranberry #DD3F73

RGB

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

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

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

R = 55.39%
G = 15.79%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD3F73 (or 0xDD3F73) is known color: Cranberry. HEX triplet: DD, 3F and 73. RGB value is (221,63,115). Sum of RGB (Red+Green+Blue) = 221+63+115=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F73 is #22C08C. Grayscale: #747474. Windows color (decimal): -2277517 or 7552989. OLE color: 7552989.

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

Color convert

RGB 221 63 115 -
CMYK 0 0.71 0.48 0.13
HSL 340.25º 0.7% 0.56% -
HSV(B) 340.25º 0.71% 0.87% -
XYZ 34.69 20.16 18.28 -
YUV 116.17 127.35 202.77 -
System Red Green Blue C M Y K H S L
Decimal 221 63 115 0 0.71 0.48 0.13 340.25 0.7 0.56
Hex DD 3F 73 0 47 30 D 154 46 38
Octal 335 77 163 0 107 60 15 524 106 70
Binary 11011101 111111 1110011 0 1000111 110000 1101 101010100 1000110 111000

Color Harmonies of #DD3F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F73

Black with #DD3F73

Text Example


Text Example

White with #DD3F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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