Html Css Color HEX #D693C2 Shocking

📋 copy color: '#D693C2'

red 214 ◦ green 147 ◦ blue 194

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

Shades of Shocking #D693C2

Tints of Shocking #D693C2

RGB

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

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

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

R = 38.56%
G = 26.49%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D693C2 (or 0xD693C2) is known color: Shocking. HEX triplet: D6, 93 and C2. RGB value is (214,147,194). Sum of RGB (Red+Green+Blue) = 214+147+194=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D693C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D693C2 is #296C3D. Grayscale: #ACACAC. Windows color (decimal): -2714686 or 12751830. OLE color: 12751830.

HSL color Cylindrical-coordinate representation of color #D693C2: hue angle of 317.91º 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 #D693C2 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 147 194 -
CMYK 0 0.31 0.09 0.16
HSL 317.91º 0.45% 0.71% -
HSV(B) 317.91º 0.31% 0.84% -
XYZ 47.9 39.06 56.05 -
YUV 172.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 214 147 194 0 0.31 0.09 0.16 317.91 0.45 0.71
Hex D6 93 C2 0 1F 9 10 13E 2D 47
Octal 326 223 302 0 37 11 20 476 55 107
Binary 11010110 10010011 11000010 0 11111 1001 10000 100111110 101101 1000111

Color Harmonies of #D693C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D693C2

Black with #D693C2

Text Example


Text Example

White with #D693C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D693C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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