Html Css Color HEX #DD3D73 Cranberry

📋 copy color: '#DD3D73'

red 221 ◦ green 61 ◦ blue 115

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

Shades of Cranberry #DD3D73

Tints of Cranberry #DD3D73

RGB

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

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

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

R = 55.67%
G = 15.37%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD3D73 (or 0xDD3D73) is known color: Cranberry. HEX triplet: DD, 3D and 73. RGB value is (221,61,115). Sum of RGB (Red+Green+Blue) = 221+61+115=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3D73 is #22C28C. Grayscale: #727272. Windows color (decimal): -2278029 or 7552477. OLE color: 7552477.

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

Color convert

RGB 221 61 115 -
CMYK 0 0.72 0.48 0.13
HSL 339.75º 0.7% 0.55% -
HSV(B) 339.75º 0.72% 0.87% -
XYZ 34.58 19.95 18.25 -
YUV 115 128.01 203.61 -
System Red Green Blue C M Y K H S L
Decimal 221 61 115 0 0.72 0.48 0.13 339.75 0.7 0.55
Hex DD 3D 73 0 48 30 D 154 46 37
Octal 335 75 163 0 110 60 15 524 106 67
Binary 11011101 111101 1110011 0 1001000 110000 1101 101010100 1000110 110111

Color Harmonies of #DD3D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D73

Black with #DD3D73

Text Example


Text Example

White with #DD3D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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