Html Css Color HEX #DD486A Cranberry

📋 copy color: '#DD486A'

red 221 ◦ green 72 ◦ blue 106

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

Shades of Cranberry #DD486A

Tints of Cranberry #DD486A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.57%

R = 55.39%
G = 18.05%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD486A (or 0xDD486A) is known color: Cranberry. HEX triplet: DD, 48 and 6A. RGB value is (221,72,106). Sum of RGB (Red+Green+Blue) = 221+72+106=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD486A is #22B795. Grayscale: #787878. Windows color (decimal): -2275222 or 6965469. OLE color: 6965469.

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

Color convert

RGB 221 72 106 -
CMYK 0 0.67 0.52 0.13
HSL 346.31º 0.69% 0.57% -
HSV(B) 346.31º 0.67% 0.87% -
XYZ 34.74 21.05 15.87 -
YUV 120.43 119.86 199.74 -
System Red Green Blue C M Y K H S L
Decimal 221 72 106 0 0.67 0.52 0.13 346.31 0.69 0.57
Hex DD 48 6A 0 43 34 D 15A 45 39
Octal 335 110 152 0 103 64 15 532 105 71
Binary 11011101 1001000 1101010 0 1000011 110100 1101 101011010 1000101 111001

Color Harmonies of #DD486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD486A

Black with #DD486A

Text Example


Text Example

White with #DD486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD486A; }

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

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

background-color css

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

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

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

border-color css

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

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

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