Html Css Color HEX #D69CDA Plum

📋 copy color: '#D69CDA'

red 214 ◦ green 156 ◦ blue 218

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

Shades of Plum #D69CDA

Tints of Plum #D69CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.53%

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

R = 36.39%
G = 26.53%
B = 37.07%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D69CDA (or 0xD69CDA) is known color: Plum. HEX triplet: D6, 9C and DA. RGB value is (214,156,218). Sum of RGB (Red+Green+Blue) = 214+156+218=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #D69CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CDA is #296325. Grayscale: #B4B4B4. Windows color (decimal): -2712358 or 14326998. OLE color: 14326998.

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

Color convert

RGB 214 156 218 -
CMYK 0.02 0.28 0 0.15
HSL 296.13º 0.46% 0.73% -
HSV(B) 296.13º 0.28% 0.85% -
XYZ 52.27 43.14 71.9 -
YUV 180.41 149.22 151.96 -
System Red Green Blue C M Y K H S L
Decimal 214 156 218 0.02 0.28 0 0.15 296.13 0.46 0.73
Hex D6 9C DA 2 1C 0 F 128 2E 49
Octal 326 234 332 2 34 0 17 450 56 111
Binary 11010110 10011100 11011010 10 11100 0 1111 100101000 101110 1001001

Color Harmonies of #D69CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69CDA

Black with #D69CDA

Text Example


Text Example

White with #D69CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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