Html Css Color HEX #D993C2 Shocking

📋 copy color: '#D993C2'

red 217 ◦ green 147 ◦ blue 194

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

Shades of Shocking #D993C2

Tints of Shocking #D993C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.77%

R = 38.89%
G = 26.34%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D993C2 (or 0xD993C2) is known color: Shocking. HEX triplet: D9, 93 and C2. RGB value is (217,147,194). Sum of RGB (Red+Green+Blue) = 217+147+194=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D993C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993C2 is #266C3D. Grayscale: #ADADAD. Windows color (decimal): -2518078 or 12751833. OLE color: 12751833.

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

Color convert

RGB 217 147 194 -
CMYK 0 0.32 0.11 0.15
HSL 319.71º 0.48% 0.71% -
HSV(B) 319.71º 0.32% 0.85% -
XYZ 48.79 39.51 56.09 -
YUV 173.29 139.69 159.18 -
System Red Green Blue C M Y K H S L
Decimal 217 147 194 0 0.32 0.11 0.15 319.71 0.48 0.71
Hex D9 93 C2 0 20 B F 140 30 47
Octal 331 223 302 0 40 13 17 500 60 107
Binary 11011001 10010011 11000010 0 100000 1011 1111 101000000 110000 1000111

Color Harmonies of #D993C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993C2

Black with #D993C2

Text Example


Text Example

White with #D993C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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