Html Css Color HEX #D693CF Plum

📋 copy color: '#D693CF'

red 214 ◦ green 147 ◦ blue 207

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

Shades of Plum #D693CF

Tints of Plum #D693CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.44%

R = 37.68%
G = 25.88%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D693CF (or 0xD693CF) is known color: Plum. HEX triplet: D6, 93 and CF. RGB value is (214,147,207). Sum of RGB (Red+Green+Blue) = 214+147+207=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D693CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D693CF is #296C30. Grayscale: #ADADAD. Windows color (decimal): -2714673 or 13603798. OLE color: 13603798.

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

Color convert

RGB 214 147 207 -
CMYK 0 0.31 0.03 0.16
HSL 306.27º 0.45% 0.71% -
HSV(B) 306.27º 0.31% 0.84% -
XYZ 49.43 39.67 64.08 -
YUV 173.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 214 147 207 0 0.31 0.03 0.16 306.27 0.45 0.71
Hex D6 93 CF 0 1F 3 10 132 2D 47
Octal 326 223 317 0 37 3 20 462 55 107
Binary 11010110 10010011 11001111 0 11111 11 10000 100110010 101101 1000111

Color Harmonies of #D693CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D693CF

Black with #D693CF

Text Example


Text Example

White with #D693CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D693CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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