Html Css Color HEX #D699DA Plum

📋 copy color: '#D699DA'

red 214 ◦ green 153 ◦ blue 218

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

Shades of Plum #D699DA

Tints of Plum #D699DA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.15%

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 36.58%
G = 26.15%
B = 37.26%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D699DA (or 0xD699DA) is known color: Plum. HEX triplet: D6, 99 and DA. RGB value is (214,153,218). Sum of RGB (Red+Green+Blue) = 214+153+218=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #D699DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699DA is #296625. Grayscale: #B2B2B2. Windows color (decimal): -2713126 or 14326230. OLE color: 14326230.

HSL color Cylindrical-coordinate representation of color #D699DA: hue angle of 296.31º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D699DA is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 153 218 -
CMYK 0.02 0.30 0 0.15
HSL 296.31º 0.47% 0.73% -
HSV(B) 296.31º 0.3% 0.85% -
XYZ 51.78 42.14 71.73 -
YUV 178.65 150.21 153.21 -
System Red Green Blue C M Y K H S L
Decimal 214 153 218 0.02 0.30 0 0.15 296.31 0.47 0.73
Hex D6 99 DA 2 1E 0 F 128 2F 49
Octal 326 231 332 2 36 0 17 450 57 111
Binary 11010110 10011001 11011010 10 11110 0 1111 100101000 101111 1001001

Color Harmonies of #D699DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699DA

Black with #D699DA

Text Example


Text Example

White with #D699DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699DA; }

 p { color: rgb(214,153,218); }

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

background-color css

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

 a { background-color: rgb(214,153,218); }

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

border-color css

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

 span { border-color: rgb(214,153,218); }

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