Html Css Color HEX #D69CD3 Plum

📋 copy color: '#D69CD3'

red 214 ◦ green 156 ◦ blue 211

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

Shades of Plum #D69CD3

Tints of Plum #D69CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.32%

R = 36.83%
G = 26.85%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D69CD3 (or 0xD69CD3) is known color: Plum. HEX triplet: D6, 9C and D3. RGB value is (214,156,211). Sum of RGB (Red+Green+Blue) = 214+156+211=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D69CD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CD3 is #29632C. Grayscale: #B3B3B3. Windows color (decimal): -2712365 or 13868246. OLE color: 13868246.

HSL color Cylindrical-coordinate representation of color #D69CD3: hue angle of 303.1º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69CD3 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 156 211 -
CMYK 0 0.27 0.01 0.16
HSL 303.1º 0.41% 0.73% -
HSV(B) 303.1º 0.27% 0.84% -
XYZ 51.38 42.78 67.18 -
YUV 179.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 214 156 211 0 0.27 0.01 0.16 303.1 0.41 0.73
Hex D6 9C D3 0 1B 1 10 12F 29 49
Octal 326 234 323 0 33 1 20 457 51 111
Binary 11010110 10011100 11010011 0 11011 1 10000 100101111 101001 1001001

Color Harmonies of #D69CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69CD3

Black with #D69CD3

Text Example


Text Example

White with #D69CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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