Html Css Color HEX #DD4873 Cranberry

📋 copy color: '#DD4873'

red 221 ◦ green 72 ◦ blue 115

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

Shades of Cranberry #DD4873

Tints of Cranberry #DD4873

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.65%

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

R = 54.17%
G = 17.65%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD4873 (or 0xDD4873) is known color: Cranberry. HEX triplet: DD, 48 and 73. RGB value is (221,72,115). Sum of RGB (Red+Green+Blue) = 221+72+115=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4873 is #22B78C. Grayscale: #797979. Windows color (decimal): -2275213 or 7555293. OLE color: 7555293.

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

Color convert

RGB 221 72 115 -
CMYK 0 0.67 0.48 0.13
HSL 342.68º 0.69% 0.57% -
HSV(B) 342.68º 0.67% 0.87% -
XYZ 35.23 21.24 18.46 -
YUV 121.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 221 72 115 0 0.67 0.48 0.13 342.68 0.69 0.57
Hex DD 48 73 0 43 30 D 157 45 39
Octal 335 110 163 0 103 60 15 527 105 71
Binary 11011101 1001000 1110011 0 1000011 110000 1101 101010111 1000101 111001

Color Harmonies of #DD4873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4873

Black with #DD4873

Text Example


Text Example

White with #DD4873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4873; }

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

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

background-color css

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

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

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

border-color css

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

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

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