Html Css Color HEX #D693C1 Shocking

📋 copy color: '#D693C1'

red 214 ◦ green 147 ◦ blue 193

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

Shades of Shocking #D693C1

Tints of Shocking #D693C1

RGB

 RED value IS 214 (83.98% from 255) = 38.63%

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

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

R = 38.63%
G = 26.53%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D693C1 (or 0xD693C1) is known color: Shocking. HEX triplet: D6, 93 and C1. RGB value is (214,147,193). Sum of RGB (Red+Green+Blue) = 214+147+193=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D693C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D693C1 is #296C3E. Grayscale: #ACACAC. Windows color (decimal): -2714687 or 12686294. OLE color: 12686294.

HSL color Cylindrical-coordinate representation of color #D693C1: hue angle of 318.81º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D693C1 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 147 193 -
CMYK 0 0.31 0.10 0.16
HSL 318.81º 0.45% 0.71% -
HSV(B) 318.81º 0.31% 0.84% -
XYZ 47.79 39.01 55.46 -
YUV 172.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 214 147 193 0 0.31 0.10 0.16 318.81 0.45 0.71
Hex D6 93 C1 0 1F A 10 13F 2D 47
Octal 326 223 301 0 37 12 20 477 55 107
Binary 11010110 10010011 11000001 0 11111 1010 10000 100111111 101101 1000111

Color Harmonies of #D693C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D693C1

Black with #D693C1

Text Example


Text Example

White with #D693C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D693C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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