Html Css Color HEX #D68FD7 Plum

📋 copy color: '#D68FD7'

red 214 ◦ green 143 ◦ blue 215

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

Shades of Plum #D68FD7

Tints of Plum #D68FD7

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25%

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

R = 37.41%
G = 25%
B = 37.59%

CMYK

 C value IS 0.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D68FD7 (or 0xD68FD7) is known color: Plum. HEX triplet: D6, 8F and D7. RGB value is (214,143,215). Sum of RGB (Red+Green+Blue) = 214+143+215=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 215 (84.38% from 255 or 37.59% from 572); Max value from RGB is 215 - color contains mainly: blue. Hex color #D68FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FD7 is #297028. Grayscale: #ACACAC. Windows color (decimal): -2715689 or 14127062. OLE color: 14127062.

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

Color convert

RGB 214 143 215 -
CMYK 0.00 0.33 0 0.16
HSL 299.17º 0.47% 0.7% -
HSV(B) 299.17º 0.33% 0.84% -
XYZ 49.82 38.85 69.16 -
YUV 172.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 214 143 215 0.00 0.33 0 0.16 299.17 0.47 0.7
Hex D6 8F D7 0 21 0 10 12B 2F 46
Octal 326 217 327 0 41 0 20 453 57 106
Binary 11010110 10001111 11010111 0 100001 0 10000 100101011 101111 1000110

Color Harmonies of #D68FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68FD7

Black with #D68FD7

Text Example


Text Example

White with #D68FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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