Html Css Color HEX #D993C3 Shocking

📋 copy color: '#D993C3'

red 217 ◦ green 147 ◦ blue 195

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

Shades of Shocking #D993C3

Tints of Shocking #D993C3

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.3%

 BLUE value IS 195 (76.56% from 255) = 34.88%

R = 38.82%
G = 26.3%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D993C3 (or 0xD993C3) is known color: Shocking. HEX triplet: D9, 93 and C3. RGB value is (217,147,195). Sum of RGB (Red+Green+Blue) = 217+147+195=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D993C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993C3 is #266C3C. Grayscale: #ADADAD. Windows color (decimal): -2518077 or 12817369. OLE color: 12817369.

HSL color Cylindrical-coordinate representation of color #D993C3: hue angle of 318.86º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D993C3 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 147 195 -
CMYK 0 0.32 0.10 0.15
HSL 318.86º 0.48% 0.71% -
HSV(B) 318.86º 0.32% 0.85% -
XYZ 48.9 39.56 56.69 -
YUV 173.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 217 147 195 0 0.32 0.10 0.15 318.86 0.48 0.71
Hex D9 93 C3 0 20 A F 13F 30 47
Octal 331 223 303 0 40 12 17 477 60 107
Binary 11011001 10010011 11000011 0 100000 1010 1111 100111111 110000 1000111

Color Harmonies of #D993C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993C3

Black with #D993C3

Text Example


Text Example

White with #D993C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993C3; }

 p { color: rgb(217,147,195); }

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

background-color css

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

 a { background-color: rgb(217,147,195); }

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

border-color css

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

 span { border-color: rgb(217,147,195); }

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