Html Css Color HEX #D68FD1 Plum

📋 copy color: '#D68FD1'

red 214 ◦ green 143 ◦ blue 209

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

Shades of Plum #D68FD1

Tints of Plum #D68FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.93%

R = 37.81%
G = 25.27%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D68FD1 (or 0xD68FD1) is known color: Plum. HEX triplet: D6, 8F and D1. RGB value is (214,143,209). Sum of RGB (Red+Green+Blue) = 214+143+209=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FD1 is #29702E. Grayscale: #ABABAB. Windows color (decimal): -2715695 or 13733846. OLE color: 13733846.

HSL color Cylindrical-coordinate representation of color #D68FD1: hue angle of 304.23º degrees, saturation: 0.46, 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 #D68FD1 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 143 209 -
CMYK 0 0.33 0.02 0.16
HSL 304.23º 0.46% 0.7% -
HSV(B) 304.23º 0.33% 0.84% -
XYZ 49.06 38.54 65.18 -
YUV 171.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 214 143 209 0 0.33 0.02 0.16 304.23 0.46 0.7
Hex D6 8F D1 0 21 2 10 130 2E 46
Octal 326 217 321 0 41 2 20 460 56 106
Binary 11010110 10001111 11010001 0 100001 10 10000 100110000 101110 1000110

Color Harmonies of #D68FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68FD1

Black with #D68FD1

Text Example


Text Example

White with #D68FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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