Html Css Color HEX #DD4273 Cranberry

📋 copy color: '#DD4273'

red 221 ◦ green 66 ◦ blue 115

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

Shades of Cranberry #DD4273

Tints of Cranberry #DD4273

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.42%

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

R = 54.98%
G = 16.42%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD4273 (or 0xDD4273) is known color: Cranberry. HEX triplet: DD, 42 and 73. RGB value is (221,66,115). Sum of RGB (Red+Green+Blue) = 221+66+115=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4273 is #22BD8C. Grayscale: #757575. Windows color (decimal): -2276749 or 7553757. OLE color: 7553757.

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

Color convert

RGB 221 66 115 -
CMYK 0 0.70 0.48 0.13
HSL 341.03º 0.7% 0.56% -
HSV(B) 341.03º 0.7% 0.87% -
XYZ 34.86 20.51 18.34 -
YUV 117.93 126.35 201.52 -
System Red Green Blue C M Y K H S L
Decimal 221 66 115 0 0.70 0.48 0.13 341.03 0.7 0.56
Hex DD 42 73 0 46 30 D 155 46 38
Octal 335 102 163 0 106 60 15 525 106 70
Binary 11011101 1000010 1110011 0 1000110 110000 1101 101010101 1000110 111000

Color Harmonies of #DD4273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4273

Black with #DD4273

Text Example


Text Example

White with #DD4273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4273; }

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

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

background-color css

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

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

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

border-color css

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

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

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