Html Css Color HEX #DD486B Cranberry

📋 copy color: '#DD486B'

red 221 ◦ green 72 ◦ blue 107

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

Shades of Cranberry #DD486B

Tints of Cranberry #DD486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.75%

R = 55.25%
G = 18%
B = 26.75%

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

#DD486B (or 0xDD486B) is known color: Cranberry. HEX triplet: DD, 48 and 6B. RGB value is (221,72,107). Sum of RGB (Red+Green+Blue) = 221+72+107=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD486B is #22B794. Grayscale: #787878. Windows color (decimal): -2275221 or 7031005. OLE color: 7031005.

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

Color convert

RGB 221 72 107 -
CMYK 0 0.67 0.52 0.13
HSL 345.91º 0.69% 0.57% -
HSV(B) 345.91º 0.67% 0.87% -
XYZ 34.79 21.07 16.14 -
YUV 120.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 221 72 107 0 0.67 0.52 0.13 345.91 0.69 0.57
Hex DD 48 6B 0 43 34 D 15A 45 39
Octal 335 110 153 0 103 64 15 532 105 71
Binary 11011101 1001000 1101011 0 1000011 110100 1101 101011010 1000101 111001

Color Harmonies of #DD486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD486B

Black with #DD486B

Text Example


Text Example

White with #DD486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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