Html Css Color HEX #D693B7 Shocking

📋 copy color: '#D693B7'

red 214 ◦ green 147 ◦ blue 183

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

Shades of Shocking #D693B7

Tints of Shocking #D693B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.64%

R = 39.34%
G = 27.02%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D693B7 (or 0xD693B7) is known color: Shocking. HEX triplet: D6, 93 and B7. RGB value is (214,147,183). Sum of RGB (Red+Green+Blue) = 214+147+183=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D693B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D693B7 is #296C48. Grayscale: #ABABAB. Windows color (decimal): -2714697 or 12030934. OLE color: 12030934.

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

Color convert

RGB 214 147 183 -
CMYK 0 0.31 0.14 0.16
HSL 327.76º 0.45% 0.71% -
HSV(B) 327.76º 0.31% 0.84% -
XYZ 46.71 38.58 49.78 -
YUV 171.14 134.7 158.57 -
System Red Green Blue C M Y K H S L
Decimal 214 147 183 0 0.31 0.14 0.16 327.76 0.45 0.71
Hex D6 93 B7 0 1F E 10 148 2D 47
Octal 326 223 267 0 37 16 20 510 55 107
Binary 11010110 10010011 10110111 0 11111 1110 10000 101001000 101101 1000111

Color Harmonies of #D693B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D693B7

Black with #D693B7

Text Example


Text Example

White with #D693B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D693B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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