Html Css Color HEX #D68AD7 Plum

📋 copy color: '#D68AD7'

red 214 ◦ green 138 ◦ blue 215

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

Shades of Plum #D68AD7

Tints of Plum #D68AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.92%

R = 37.74%
G = 24.34%
B = 37.92%

CMYK

 C value IS 0.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D68AD7 (or 0xD68AD7) is known color: Plum. HEX triplet: D6, 8A and D7. RGB value is (214,138,215). Sum of RGB (Red+Green+Blue) = 214+138+215=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 215 - color contains mainly: blue. Hex color #D68AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68AD7 is #297528. Grayscale: #A9A9A9. Windows color (decimal): -2716969 or 14125782. OLE color: 14125782.

HSL color Cylindrical-coordinate representation of color #D68AD7: hue angle of 299.22º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68AD7 is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 138 215 -
CMYK 0.00 0.36 0 0.16
HSL 299.22º 0.49% 0.69% -
HSV(B) 299.22º 0.36% 0.84% -
XYZ 49.09 37.38 68.92 -
YUV 169.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 214 138 215 0.00 0.36 0 0.16 299.22 0.49 0.69
Hex D6 8A D7 0 24 0 10 12B 31 45
Octal 326 212 327 0 44 0 20 453 61 105
Binary 11010110 10001010 11010111 0 100100 0 10000 100101011 110001 1000101

Color Harmonies of #D68AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68AD7

Black with #D68AD7

Text Example


Text Example

White with #D68AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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