Html Css Color HEX #DD4372 Cranberry

📋 copy color: '#DD4372'

red 221 ◦ green 67 ◦ blue 114

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

Shades of Cranberry #DD4372

Tints of Cranberry #DD4372

RGB

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

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

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

R = 54.98%
G = 16.67%
B = 28.36%

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

#DD4372 (or 0xDD4372) is known color: Cranberry. HEX triplet: DD, 43 and 72. RGB value is (221,67,114). Sum of RGB (Red+Green+Blue) = 221+67+114=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4372 is #22BC8D. Grayscale: #767676. Windows color (decimal): -2276494 or 7488477. OLE color: 7488477.

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

Color convert

RGB 221 67 114 -
CMYK 0 0.70 0.48 0.13
HSL 341.69º 0.69% 0.56% -
HSV(B) 341.69º 0.7% 0.87% -
XYZ 34.86 20.6 18.06 -
YUV 118.4 125.52 201.18 -
System Red Green Blue C M Y K H S L
Decimal 221 67 114 0 0.70 0.48 0.13 341.69 0.69 0.56
Hex DD 43 72 0 46 30 D 156 45 38
Octal 335 103 162 0 106 60 15 526 105 70
Binary 11011101 1000011 1110010 0 1000110 110000 1101 101010110 1000101 111000

Color Harmonies of #DD4372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4372

Black with #DD4372

Text Example


Text Example

White with #DD4372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4372; }

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

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

background-color css

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

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

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

border-color css

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

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

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