Html Css Color HEX #D69FD5 Plum

📋 copy color: '#D69FD5'

red 214 ◦ green 159 ◦ blue 213

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

Shades of Plum #D69FD5

Tints of Plum #D69FD5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.13%

 BLUE value IS 213 (83.59% from 255) = 36.35%

R = 36.52%
G = 27.13%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D69FD5 (or 0xD69FD5) is known color: Plum. HEX triplet: D6, 9F and D5. RGB value is (214,159,213). Sum of RGB (Red+Green+Blue) = 214+159+213=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FD5 is #29602A. Grayscale: #B5B5B5. Windows color (decimal): -2711595 or 14000086. OLE color: 14000086.

HSL color Cylindrical-coordinate representation of color #D69FD5: hue angle of 301.09º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D69FD5 is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 159 213 -
CMYK 0 0.26 0.00 0.16
HSL 301.09º 0.4% 0.73% -
HSV(B) 301.09º 0.26% 0.84% -
XYZ 52.14 43.9 68.68 -
YUV 181.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 214 159 213 0 0.26 0.00 0.16 301.09 0.4 0.73
Hex D6 9F D5 0 1A 0 10 12D 28 49
Octal 326 237 325 0 32 0 20 455 50 111
Binary 11010110 10011111 11010101 0 11010 0 10000 100101101 101000 1001001

Color Harmonies of #D69FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69FD5

Black with #D69FD5

Text Example


Text Example

White with #D69FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69FD5; }

 p { color: rgb(214,159,213); }

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

background-color css

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

 a { background-color: rgb(214,159,213); }

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

border-color css

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

 span { border-color: rgb(214,159,213); }

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