Html Css Color HEX #DD486E Cranberry

📋 copy color: '#DD486E'

red 221 ◦ green 72 ◦ blue 110

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

Shades of Cranberry #DD486E

Tints of Cranberry #DD486E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.3%

R = 54.84%
G = 17.87%
B = 27.3%

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

#DD486E (or 0xDD486E) is known color: Cranberry. HEX triplet: DD, 48 and 6E. RGB value is (221,72,110). Sum of RGB (Red+Green+Blue) = 221+72+110=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD486E is #22B791. Grayscale: #787878. Windows color (decimal): -2275218 or 7227613. OLE color: 7227613.

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

Color convert

RGB 221 72 110 -
CMYK 0 0.67 0.50 0.13
HSL 344.7º 0.69% 0.57% -
HSV(B) 344.7º 0.67% 0.87% -
XYZ 34.95 21.13 16.99 -
YUV 120.88 121.86 199.41 -
System Red Green Blue C M Y K H S L
Decimal 221 72 110 0 0.67 0.50 0.13 344.7 0.69 0.57
Hex DD 48 6E 0 43 32 D 159 45 39
Octal 335 110 156 0 103 62 15 531 105 71
Binary 11011101 1001000 1101110 0 1000011 110010 1101 101011001 1000101 111001

Color Harmonies of #DD486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD486E

Black with #DD486E

Text Example


Text Example

White with #DD486E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD486E; }

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

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

background-color css

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

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

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

border-color css

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

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

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