Html Css Color HEX #DD3E73 Cranberry

📋 copy color: '#DD3E73'

red 221 ◦ green 62 ◦ blue 115

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

Shades of Cranberry #DD3E73

Tints of Cranberry #DD3E73

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.58%

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

R = 55.53%
G = 15.58%
B = 28.89%

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

#DD3E73 (or 0xDD3E73) is known color: Cranberry. HEX triplet: DD, 3E and 73. RGB value is (221,62,115). Sum of RGB (Red+Green+Blue) = 221+62+115=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E73 is #22C18C. Grayscale: #737373. Windows color (decimal): -2277773 or 7552733. OLE color: 7552733.

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

Color convert

RGB 221 62 115 -
CMYK 0 0.72 0.48 0.13
HSL 340º 0.7% 0.55% -
HSV(B) 340º 0.72% 0.87% -
XYZ 34.64 20.06 18.27 -
YUV 115.58 127.68 203.19 -
System Red Green Blue C M Y K H S L
Decimal 221 62 115 0 0.72 0.48 0.13 340 0.7 0.55
Hex DD 3E 73 0 48 30 D 154 46 37
Octal 335 76 163 0 110 60 15 524 106 67
Binary 11011101 111110 1110011 0 1001000 110000 1101 101010100 1000110 110111

Color Harmonies of #DD3E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E73

Black with #DD3E73

Text Example


Text Example

White with #DD3E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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