Html Css Color HEX #DD95C7 Shocking

📋 copy color: '#DD95C7'

red 221 ◦ green 149 ◦ blue 199

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

Shades of Shocking #DD95C7

Tints of Shocking #DD95C7

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.19%

 BLUE value IS 199 (78.13% from 255) = 34.97%

R = 38.84%
G = 26.19%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD95C7 (or 0xDD95C7) is known color: Shocking. HEX triplet: DD, 95 and C7. RGB value is (221,149,199). Sum of RGB (Red+Green+Blue) = 221+149+199=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95C7 is #226A38. Grayscale: #B0B0B0. Windows color (decimal): -2255417 or 13080029. OLE color: 13080029.

HSL color Cylindrical-coordinate representation of color #DD95C7: hue angle of 318.33º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD95C7 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 149 199 -
CMYK 0 0.33 0.10 0.13
HSL 318.33º 0.51% 0.73% -
HSV(B) 318.33º 0.33% 0.87% -
XYZ 50.88 40.99 59.26 -
YUV 176.23 140.85 159.93 -
System Red Green Blue C M Y K H S L
Decimal 221 149 199 0 0.33 0.10 0.13 318.33 0.51 0.73
Hex DD 95 C7 0 21 A D 13E 33 49
Octal 335 225 307 0 41 12 15 476 63 111
Binary 11011101 10010101 11000111 0 100001 1010 1101 100111110 110011 1001001

Color Harmonies of #DD95C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD95C7

Black with #DD95C7

Text Example


Text Example

White with #DD95C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD95C7; }

 p { color: rgb(221,149,199); }

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

background-color css

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

 a { background-color: rgb(221,149,199); }

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

border-color css

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

 span { border-color: rgb(221,149,199); }

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