Html Css Color HEX #D69FD0 Plum

📋 copy color: '#D69FD0'

red 214 ◦ green 159 ◦ blue 208

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

Shades of Plum #D69FD0

Tints of Plum #D69FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.8%

R = 36.83%
G = 27.37%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D69FD0 (or 0xD69FD0) is known color: Plum. HEX triplet: D6, 9F and D0. RGB value is (214,159,208). Sum of RGB (Red+Green+Blue) = 214+159+208=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FD0 is #29602F. Grayscale: #B4B4B4. Windows color (decimal): -2711600 or 13672406. OLE color: 13672406.

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

Color convert

RGB 214 159 208 -
CMYK 0 0.26 0.03 0.16
HSL 306.55º 0.4% 0.73% -
HSV(B) 306.55º 0.26% 0.84% -
XYZ 51.51 43.65 65.38 -
YUV 181.03 143.22 151.52 -
System Red Green Blue C M Y K H S L
Decimal 214 159 208 0 0.26 0.03 0.16 306.55 0.4 0.73
Hex D6 9F D0 0 1A 3 10 133 28 49
Octal 326 237 320 0 32 3 20 463 50 111
Binary 11010110 10011111 11010000 0 11010 11 10000 100110011 101000 1001001

Color Harmonies of #D69FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69FD0

Black with #D69FD0

Text Example


Text Example

White with #D69FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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