Html Css Color HEX #DD88B9 Shocking

📋 copy color: '#DD88B9'

red 221 ◦ green 136 ◦ blue 185

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

Shades of Shocking #DD88B9

Tints of Shocking #DD88B9

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.09%

 BLUE value IS 185 (72.66% from 255) = 34.13%

R = 40.77%
G = 25.09%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD88B9 (or 0xDD88B9) is known color: Shocking. HEX triplet: DD, 88 and B9. RGB value is (221,136,185). Sum of RGB (Red+Green+Blue) = 221+136+185=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88B9 is #227746. Grayscale: #A6A6A6. Windows color (decimal): -2258759 or 12159197. OLE color: 12159197.

HSL color Cylindrical-coordinate representation of color #DD88B9: hue angle of 325.41º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD88B9 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 136 185 -
CMYK 0 0.38 0.16 0.13
HSL 325.41º 0.56% 0.7% -
HSV(B) 325.41º 0.38% 0.87% -
XYZ 47.38 36.48 50.44 -
YUV 167 138.16 166.52 -
System Red Green Blue C M Y K H S L
Decimal 221 136 185 0 0.38 0.16 0.13 325.41 0.56 0.7
Hex DD 88 B9 0 26 10 D 145 38 46
Octal 335 210 271 0 46 20 15 505 70 106
Binary 11011101 10001000 10111001 0 100110 10000 1101 101000101 111000 1000110

Color Harmonies of #DD88B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD88B9

Black with #DD88B9

Text Example


Text Example

White with #DD88B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD88B9; }

 p { color: rgb(221,136,185); }

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

background-color css

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

 a { background-color: rgb(221,136,185); }

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

border-color css

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

 span { border-color: rgb(221,136,185); }

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