Html Css Color HEX #D993C7 Shocking

📋 copy color: '#D993C7'

red 217 ◦ green 147 ◦ blue 199

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

Shades of Shocking #D993C7

Tints of Shocking #D993C7

RGB

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

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

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

R = 38.54%
G = 26.11%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D993C7 (or 0xD993C7) is known color: Shocking. HEX triplet: D9, 93 and C7. RGB value is (217,147,199). Sum of RGB (Red+Green+Blue) = 217+147+199=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 199 (78.12% from 255 or 35.35% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D993C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993C7 is #266C38. Grayscale: #ADADAD. Windows color (decimal): -2518073 or 13079513. OLE color: 13079513.

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

Color convert

RGB 217 147 199 -
CMYK 0 0.32 0.08 0.15
HSL 315.43º 0.48% 0.71% -
HSV(B) 315.43º 0.32% 0.85% -
XYZ 49.36 39.74 59.1 -
YUV 173.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 217 147 199 0 0.32 0.08 0.15 315.43 0.48 0.71
Hex D9 93 C7 0 20 8 F 13B 30 47
Octal 331 223 307 0 40 10 17 473 60 107
Binary 11011001 10010011 11000111 0 100000 1000 1111 100111011 110000 1000111

Color Harmonies of #D993C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993C7

Black with #D993C7

Text Example


Text Example

White with #D993C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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