Html Css Color HEX #DD4373 Cranberry

📋 copy color: '#DD4373'

red 221 ◦ green 67 ◦ blue 115

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

Shades of Cranberry #DD4373

Tints of Cranberry #DD4373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.63%

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

R = 54.84%
G = 16.63%
B = 28.54%

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

#DD4373 (or 0xDD4373) is known color: Cranberry. HEX triplet: DD, 43 and 73. RGB value is (221,67,115). Sum of RGB (Red+Green+Blue) = 221+67+115=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4373 is #22BC8C. Grayscale: #767676. Windows color (decimal): -2276493 or 7554013. OLE color: 7554013.

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

Color convert

RGB 221 67 115 -
CMYK 0 0.70 0.48 0.13
HSL 341.3º 0.69% 0.56% -
HSV(B) 341.3º 0.7% 0.87% -
XYZ 34.92 20.62 18.36 -
YUV 118.52 126.02 201.1 -
System Red Green Blue C M Y K H S L
Decimal 221 67 115 0 0.70 0.48 0.13 341.3 0.69 0.56
Hex DD 43 73 0 46 30 D 155 45 38
Octal 335 103 163 0 106 60 15 525 105 70
Binary 11011101 1000011 1110011 0 1000110 110000 1101 101010101 1000101 111000

Color Harmonies of #DD4373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4373

Black with #DD4373

Text Example


Text Example

White with #DD4373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4373; }

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

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

background-color css

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

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

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

border-color css

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

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

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