Html Css Color HEX #DD85BB Shocking

📋 copy color: '#DD85BB'

red 221 ◦ green 133 ◦ blue 187

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

Shades of Shocking #DD85BB

Tints of Shocking #DD85BB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.58%

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

R = 40.85%
G = 24.58%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD85BB (or 0xDD85BB) is known color: Shocking. HEX triplet: DD, 85 and BB. RGB value is (221,133,187). Sum of RGB (Red+Green+Blue) = 221+133+187=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85BB is #227A44. Grayscale: #A5A5A5. Windows color (decimal): -2259525 or 12289501. OLE color: 12289501.

HSL color Cylindrical-coordinate representation of color #DD85BB: hue angle of 323.18º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD85BB is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 133 187 -
CMYK 0 0.40 0.15 0.13
HSL 323.18º 0.56% 0.69% -
HSV(B) 323.18º 0.4% 0.87% -
XYZ 47.18 35.74 51.42 -
YUV 165.47 140.15 167.61 -
System Red Green Blue C M Y K H S L
Decimal 221 133 187 0 0.40 0.15 0.13 323.18 0.56 0.69
Hex DD 85 BB 0 28 F D 143 38 45
Octal 335 205 273 0 50 17 15 503 70 105
Binary 11011101 10000101 10111011 0 101000 1111 1101 101000011 111000 1000101

Color Harmonies of #DD85BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD85BB

Black with #DD85BB

Text Example


Text Example

White with #DD85BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD85BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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