Html Css Color HEX #DD486C Cranberry

📋 copy color: '#DD486C'

red 221 ◦ green 72 ◦ blue 108

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

Shades of Cranberry #DD486C

Tints of Cranberry #DD486C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.93%

R = 55.11%
G = 17.96%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD486C (or 0xDD486C) is known color: Cranberry. HEX triplet: DD, 48 and 6C. RGB value is (221,72,108). Sum of RGB (Red+Green+Blue) = 221+72+108=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD486C is #22B793. Grayscale: #787878. Windows color (decimal): -2275220 or 7096541. OLE color: 7096541.

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

Color convert

RGB 221 72 108 -
CMYK 0 0.67 0.51 0.13
HSL 345.5º 0.69% 0.57% -
HSV(B) 345.5º 0.67% 0.87% -
XYZ 34.84 21.09 16.42 -
YUV 120.66 120.86 199.57 -
System Red Green Blue C M Y K H S L
Decimal 221 72 108 0 0.67 0.51 0.13 345.5 0.69 0.57
Hex DD 48 6C 0 43 33 D 15A 45 39
Octal 335 110 154 0 103 63 15 532 105 71
Binary 11011101 1001000 1101100 0 1000011 110011 1101 101011010 1000101 111001

Color Harmonies of #DD486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD486C

Black with #DD486C

Text Example


Text Example

White with #DD486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD486C; }

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

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

background-color css

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

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

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

border-color css

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

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

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