Html Css Color HEX #D69FD2 Plum

📋 copy color: '#D69FD2'

red 214 ◦ green 159 ◦ blue 210

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

Shades of Plum #D69FD2

Tints of Plum #D69FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.02%

R = 36.71%
G = 27.27%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D69FD2 (or 0xD69FD2) is known color: Plum. HEX triplet: D6, 9F and D2. RGB value is (214,159,210). Sum of RGB (Red+Green+Blue) = 214+159+210=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FD2 is #29602D. Grayscale: #B5B5B5. Windows color (decimal): -2711598 or 13803478. OLE color: 13803478.

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

Color convert

RGB 214 159 210 -
CMYK 0 0.26 0.02 0.16
HSL 304.36º 0.4% 0.73% -
HSV(B) 304.36º 0.26% 0.84% -
XYZ 51.76 43.75 66.69 -
YUV 181.26 144.22 151.35 -
System Red Green Blue C M Y K H S L
Decimal 214 159 210 0 0.26 0.02 0.16 304.36 0.4 0.73
Hex D6 9F D2 0 1A 2 10 130 28 49
Octal 326 237 322 0 32 2 20 460 50 111
Binary 11010110 10011111 11010010 0 11010 10 10000 100110000 101000 1001001

Color Harmonies of #D69FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69FD2

Black with #D69FD2

Text Example


Text Example

White with #D69FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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