Html Css Color HEX #D68ADD Plum

📋 copy color: '#D68ADD'

red 214 ◦ green 138 ◦ blue 221

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

Shades of Plum #D68ADD

Tints of Plum #D68ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.08%

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 37.35%
G = 24.08%
B = 38.57%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D68ADD (or 0xD68ADD) is known color: Plum. HEX triplet: D6, 8A and DD. RGB value is (214,138,221). Sum of RGB (Red+Green+Blue) = 214+138+221=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #D68ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ADD is #297522. Grayscale: #A9A9A9. Windows color (decimal): -2716963 or 14518998. OLE color: 14518998.

HSL color Cylindrical-coordinate representation of color #D68ADD: hue angle of 294.94º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68ADD is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 138 221 -
CMYK 0.03 0.38 0 0.13
HSL 294.94º 0.55% 0.7% -
HSV(B) 294.94º 0.38% 0.87% -
XYZ 49.87 37.69 73.05 -
YUV 170.19 156.68 159.25 -
System Red Green Blue C M Y K H S L
Decimal 214 138 221 0.03 0.38 0 0.13 294.94 0.55 0.7
Hex D6 8A DD 3 26 0 D 127 37 46
Octal 326 212 335 3 46 0 15 447 67 106
Binary 11010110 10001010 11011101 11 100110 0 1101 100100111 110111 1000110

Color Harmonies of #D68ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68ADD

Black with #D68ADD

Text Example


Text Example

White with #D68ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68ADD; }

 p { color: rgb(214,138,221); }

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

background-color css

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

 a { background-color: rgb(214,138,221); }

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

border-color css

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

 span { border-color: rgb(214,138,221); }

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