Html Css Color HEX #DD447B Cranberry

📋 copy color: '#DD447B'

red 221 ◦ green 68 ◦ blue 123

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

Shades of Cranberry #DD447B

Tints of Cranberry #DD447B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.5%

 BLUE value IS 123 (48.44% from 255) = 29.85%

R = 53.64%
G = 16.5%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD447B (or 0xDD447B) is known color: Cranberry. HEX triplet: DD, 44 and 7B. RGB value is (221,68,123). Sum of RGB (Red+Green+Blue) = 221+68+123=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD447B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD447B is #22BB84. Grayscale: #777777. Windows color (decimal): -2276229 or 8078557. OLE color: 8078557.

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

Color convert

RGB 221 68 123 -
CMYK 0 0.69 0.44 0.13
HSL 338.43º 0.69% 0.57% -
HSV(B) 338.43º 0.69% 0.87% -
XYZ 35.46 20.94 20.91 -
YUV 120.02 129.69 200.03 -
System Red Green Blue C M Y K H S L
Decimal 221 68 123 0 0.69 0.44 0.13 338.43 0.69 0.57
Hex DD 44 7B 0 45 2C D 152 45 39
Octal 335 104 173 0 105 54 15 522 105 71
Binary 11011101 1000100 1111011 0 1000101 101100 1101 101010010 1000101 111001

Color Harmonies of #DD447B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD447B

Black with #DD447B

Text Example


Text Example

White with #DD447B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD447B; }

 p { color: rgb(221,68,123); }

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

background-color css

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

 a { background-color: rgb(221,68,123); }

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

border-color css

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

 span { border-color: rgb(221,68,123); }

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