Html Css Color HEX #D995C5 Shocking

📋 copy color: '#D995C5'

red 217 ◦ green 149 ◦ blue 197

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

Shades of Shocking #D995C5

Tints of Shocking #D995C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.99%

R = 38.54%
G = 26.47%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D995C5 (or 0xD995C5) is known color: Shocking. HEX triplet: D9, 95 and C5. RGB value is (217,149,197). Sum of RGB (Red+Green+Blue) = 217+149+197=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D995C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995C5 is #266A3A. Grayscale: #AEAEAE. Windows color (decimal): -2517563 or 12948953. OLE color: 12948953.

HSL color Cylindrical-coordinate representation of color #D995C5: hue angle of 317.65º 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 #D995C5 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 149 197 -
CMYK 0 0.31 0.09 0.15
HSL 317.65º 0.47% 0.72% -
HSV(B) 317.65º 0.31% 0.85% -
XYZ 49.44 40.28 57.99 -
YUV 174.8 140.53 158.1 -
System Red Green Blue C M Y K H S L
Decimal 217 149 197 0 0.31 0.09 0.15 317.65 0.47 0.72
Hex D9 95 C5 0 1F 9 F 13E 2F 48
Octal 331 225 305 0 37 11 17 476 57 110
Binary 11011001 10010101 11000101 0 11111 1001 1111 100111110 101111 1001000

Color Harmonies of #D995C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D995C5

Black with #D995C5

Text Example


Text Example

White with #D995C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D995C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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