Html Css Color HEX #DDA5BB Shocking

📋 copy color: '#DDA5BB'

red 221 ◦ green 165 ◦ blue 187

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

Shades of Shocking #DDA5BB

Tints of Shocking #DDA5BB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.8%

 BLUE value IS 187 (73.44% from 255) = 32.64%

R = 38.57%
G = 28.8%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DDA5BB (or 0xDDA5BB) is known color: Shocking. HEX triplet: DD, A5 and BB. RGB value is (221,165,187). Sum of RGB (Red+Green+Blue) = 221+165+187=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 165 (64.84% from 255 or 28.80% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5BB is #225A44. Grayscale: #B8B8B8. Windows color (decimal): -2251333 or 12297693. OLE color: 12297693.

HSL color Cylindrical-coordinate representation of color #DDA5BB: hue angle of 336.43º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA5BB is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 165 187 -
CMYK 0 0.25 0.15 0.13
HSL 336.43º 0.45% 0.76% -
HSV(B) 336.43º 0.25% 0.87% -
XYZ 52.24 45.87 53.11 -
YUV 184.25 129.55 154.21 -
System Red Green Blue C M Y K H S L
Decimal 221 165 187 0 0.25 0.15 0.13 336.43 0.45 0.76
Hex DD A5 BB 0 19 F D 150 2D 4C
Octal 335 245 273 0 31 17 15 520 55 114
Binary 11011101 10100101 10111011 0 11001 1111 1101 101010000 101101 1001100

Color Harmonies of #DDA5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA5BB

Black with #DDA5BB

Text Example


Text Example

White with #DDA5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA5BB; }

 p { color: rgb(221,165,187); }

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

background-color css

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

 a { background-color: rgb(221,165,187); }

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

border-color css

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

 span { border-color: rgb(221,165,187); }

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