Html Css Color HEX #DD456F Cranberry

📋 copy color: '#DD456F'

red 221 ◦ green 69 ◦ blue 111

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

Shades of Cranberry #DD456F

Tints of Cranberry #DD456F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.21%

 BLUE value IS 111 (43.75% from 255) = 27.68%

R = 55.11%
G = 17.21%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD456F (or 0xDD456F) is known color: Cranberry. HEX triplet: DD, 45 and 6F. RGB value is (221,69,111). Sum of RGB (Red+Green+Blue) = 221+69+111=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD456F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD456F is #22BA90. Grayscale: #777777. Windows color (decimal): -2275985 or 7292381. OLE color: 7292381.

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

Color convert

RGB 221 69 111 -
CMYK 0 0.69 0.50 0.13
HSL 343.42º 0.69% 0.57% -
HSV(B) 343.42º 0.69% 0.87% -
XYZ 34.82 20.78 17.21 -
YUV 119.24 123.36 200.58 -
System Red Green Blue C M Y K H S L
Decimal 221 69 111 0 0.69 0.50 0.13 343.42 0.69 0.57
Hex DD 45 6F 0 45 32 D 157 45 39
Octal 335 105 157 0 105 62 15 527 105 71
Binary 11011101 1000101 1101111 0 1000101 110010 1101 101010111 1000101 111001

Color Harmonies of #DD456F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD456F

Black with #DD456F

Text Example


Text Example

White with #DD456F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD456F; }

 p { color: rgb(221,69,111); }

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

background-color css

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

 a { background-color: rgb(221,69,111); }

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

border-color css

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

 span { border-color: rgb(221,69,111); }

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