Html Css Color HEX #D69FD4 Plum

📋 copy color: '#D69FD4'

red 214 ◦ green 159 ◦ blue 212

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

Shades of Plum #D69FD4

Tints of Plum #D69FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.24%

R = 36.58%
G = 27.18%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D69FD4 (or 0xD69FD4) is known color: Plum. HEX triplet: D6, 9F and D4. RGB value is (214,159,212). Sum of RGB (Red+Green+Blue) = 214+159+212=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FD4 is #29602B. Grayscale: #B5B5B5. Windows color (decimal): -2711596 or 13934550. OLE color: 13934550.

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

Color convert

RGB 214 159 212 -
CMYK 0 0.26 0.01 0.16
HSL 302.18º 0.4% 0.73% -
HSV(B) 302.18º 0.26% 0.84% -
XYZ 52.01 43.85 68.01 -
YUV 181.49 145.22 151.19 -
System Red Green Blue C M Y K H S L
Decimal 214 159 212 0 0.26 0.01 0.16 302.18 0.4 0.73
Hex D6 9F D4 0 1A 1 10 12E 28 49
Octal 326 237 324 0 32 1 20 456 50 111
Binary 11010110 10011111 11010100 0 11010 1 10000 100101110 101000 1001001

Color Harmonies of #D69FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69FD4

Black with #D69FD4

Text Example


Text Example

White with #D69FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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