Html Css Color HEX #D692DF Plum

📋 copy color: '#D692DF'

red 214 ◦ green 146 ◦ blue 223

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

Shades of Plum #D692DF

Tints of Plum #D692DF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.04%

 BLUE value IS 223 (87.5% from 255) = 38.25%

R = 36.71%
G = 25.04%
B = 38.25%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D692DF (or 0xD692DF) is known color: Plum. HEX triplet: D6, 92 and DF. RGB value is (214,146,223). Sum of RGB (Red+Green+Blue) = 214+146+223=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 146 (57.42% from 255 or 25.04% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #D692DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D692DF is #296D20. Grayscale: #AEAEAE. Windows color (decimal): -2714913 or 14652118. OLE color: 14652118.

HSL color Cylindrical-coordinate representation of color #D692DF: hue angle of 292.99º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D692DF is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 146 223 -
CMYK 0.04 0.35 0 0.13
HSL 292.99º 0.55% 0.72% -
HSV(B) 292.99º 0.35% 0.87% -
XYZ 51.33 40.18 74.86 -
YUV 175.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 214 146 223 0.04 0.35 0 0.13 292.99 0.55 0.72
Hex D6 92 DF 4 23 0 D 125 37 48
Octal 326 222 337 4 43 0 15 445 67 110
Binary 11010110 10010010 11011111 100 100011 0 1101 100100101 110111 1001000

Color Harmonies of #D692DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D692DF

Black with #D692DF

Text Example


Text Example

White with #D692DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D692DF; }

 p { color: rgb(214,146,223); }

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

background-color css

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

 a { background-color: rgb(214,146,223); }

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

border-color css

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

 span { border-color: rgb(214,146,223); }

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