Html Css Color HEX #DD3E72 Cranberry

📋 copy color: '#DD3E72'

red 221 ◦ green 62 ◦ blue 114

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

Shades of Cranberry #DD3E72

Tints of Cranberry #DD3E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.72%

R = 55.67%
G = 15.62%
B = 28.72%

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

#DD3E72 (or 0xDD3E72) is known color: Cranberry. HEX triplet: DD, 3E and 72. RGB value is (221,62,114). Sum of RGB (Red+Green+Blue) = 221+62+114=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E72 is #22C18D. Grayscale: #737373. Windows color (decimal): -2277774 or 7487197. OLE color: 7487197.

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

Color convert

RGB 221 62 114 -
CMYK 0 0.72 0.48 0.13
HSL 340.38º 0.7% 0.55% -
HSV(B) 340.38º 0.72% 0.87% -
XYZ 34.58 20.03 17.96 -
YUV 115.47 127.18 203.27 -
System Red Green Blue C M Y K H S L
Decimal 221 62 114 0 0.72 0.48 0.13 340.38 0.7 0.55
Hex DD 3E 72 0 48 30 D 154 46 37
Octal 335 76 162 0 110 60 15 524 106 67
Binary 11011101 111110 1110010 0 1001000 110000 1101 101010100 1000110 110111

Color Harmonies of #DD3E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E72

Black with #DD3E72

Text Example


Text Example

White with #DD3E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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