Html Css Color HEX #D993C1 Shocking

📋 copy color: '#D993C1'

red 217 ◦ green 147 ◦ blue 193

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

Shades of Shocking #D993C1

Tints of Shocking #D993C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.65%

R = 38.96%
G = 26.39%
B = 34.65%

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

#D993C1 (or 0xD993C1) is known color: Shocking. HEX triplet: D9, 93 and C1. RGB value is (217,147,193). Sum of RGB (Red+Green+Blue) = 217+147+193=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D993C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993C1 is #266C3E. Grayscale: #ADADAD. Windows color (decimal): -2518079 or 12686297. OLE color: 12686297.

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

Color convert

RGB 217 147 193 -
CMYK 0 0.32 0.11 0.15
HSL 320.57º 0.48% 0.71% -
HSV(B) 320.57º 0.32% 0.85% -
XYZ 48.67 39.47 55.51 -
YUV 173.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 217 147 193 0 0.32 0.11 0.15 320.57 0.48 0.71
Hex D9 93 C1 0 20 B F 141 30 47
Octal 331 223 301 0 40 13 17 501 60 107
Binary 11011001 10010011 11000001 0 100000 1011 1111 101000001 110000 1000111

Color Harmonies of #D993C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993C1

Black with #D993C1

Text Example


Text Example

White with #D993C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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