Html Css Color HEX #D995C7 Shocking

📋 copy color: '#D995C7'

red 217 ◦ green 149 ◦ blue 199

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

Shades of Shocking #D995C7

Tints of Shocking #D995C7

RGB

 RED value IS 217 (85.16% from 255) = 38.41%

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

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

R = 38.41%
G = 26.37%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D995C7 (or 0xD995C7) is known color: Shocking. HEX triplet: D9, 95 and C7. RGB value is (217,149,199). Sum of RGB (Red+Green+Blue) = 217+149+199=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D995C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995C7 is #266A38. Grayscale: #AEAEAE. Windows color (decimal): -2517561 or 13080025. OLE color: 13080025.

HSL color Cylindrical-coordinate representation of color #D995C7: hue angle of 315.88º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D995C7 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 149 199 -
CMYK 0 0.31 0.08 0.15
HSL 315.88º 0.47% 0.72% -
HSV(B) 315.88º 0.31% 0.85% -
XYZ 49.67 40.37 59.21 -
YUV 175.03 141.53 157.93 -
System Red Green Blue C M Y K H S L
Decimal 217 149 199 0 0.31 0.08 0.15 315.88 0.47 0.72
Hex D9 95 C7 0 1F 8 F 13C 2F 48
Octal 331 225 307 0 37 10 17 474 57 110
Binary 11011001 10010101 11000111 0 11111 1000 1111 100111100 101111 1001000

Color Harmonies of #D995C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D995C7

Black with #D995C7

Text Example


Text Example

White with #D995C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D995C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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