Html Css Color HEX #DD83A0 Can Can

📋 copy color: '#DD83A0'

red 221 ◦ green 131 ◦ blue 160

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

Shades of Can Can #DD83A0

Tints of Can Can #DD83A0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.59%

 BLUE value IS 160 (62.89% from 255) = 31.25%

R = 43.16%
G = 25.59%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD83A0 (or 0xDD83A0) is known color: Can Can. HEX triplet: DD, 83 and A0. RGB value is (221,131,160). Sum of RGB (Red+Green+Blue) = 221+131+160=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD83A0 is #227C5F. Grayscale: #A1A1A1. Windows color (decimal): -2260064 or 10519517. OLE color: 10519517.

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

Color convert

RGB 221 131 160 -
CMYK 0 0.41 0.28 0.13
HSL 340.67º 0.57% 0.69% -
HSV(B) 340.67º 0.41% 0.87% -
XYZ 44.28 34.14 37.51 -
YUV 161.22 127.32 170.64 -
System Red Green Blue C M Y K H S L
Decimal 221 131 160 0 0.41 0.28 0.13 340.67 0.57 0.69
Hex DD 83 A0 0 29 1C D 155 39 45
Octal 335 203 240 0 51 34 15 525 71 105
Binary 11011101 10000011 10100000 0 101001 11100 1101 101010101 111001 1000101

Color Harmonies of #DD83A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD83A0

Black with #DD83A0

Text Example


Text Example

White with #DD83A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD83A0; }

 p { color: rgb(221,131,160); }

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

background-color css

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

 a { background-color: rgb(221,131,160); }

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

border-color css

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

 span { border-color: rgb(221,131,160); }

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