Html Css Color HEX #DD486F Cranberry

📋 copy color: '#DD486F'

red 221 ◦ green 72 ◦ blue 111

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

Shades of Cranberry #DD486F

Tints of Cranberry #DD486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.82%

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

R = 54.7%
G = 17.82%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD486F (or 0xDD486F) is known color: Cranberry. HEX triplet: DD, 48 and 6F. RGB value is (221,72,111). Sum of RGB (Red+Green+Blue) = 221+72+111=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD486F is #22B790. Grayscale: #787878. Windows color (decimal): -2275217 or 7293149. OLE color: 7293149.

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

Color convert

RGB 221 72 111 -
CMYK 0 0.67 0.50 0.13
HSL 344.3º 0.69% 0.57% -
HSV(B) 344.3º 0.67% 0.87% -
XYZ 35.01 21.15 17.28 -
YUV 121 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 221 72 111 0 0.67 0.50 0.13 344.3 0.69 0.57
Hex DD 48 6F 0 43 32 D 158 45 39
Octal 335 110 157 0 103 62 15 530 105 71
Binary 11011101 1001000 1101111 0 1000011 110010 1101 101011000 1000101 111001

Color Harmonies of #DD486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD486F

Black with #DD486F

Text Example


Text Example

White with #DD486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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