Html Css Color HEX #D68FDC Plum

📋 copy color: '#D68FDC'

red 214 ◦ green 143 ◦ blue 220

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

Shades of Plum #D68FDC

Tints of Plum #D68FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.13%

R = 37.09%
G = 24.78%
B = 38.13%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D68FDC (or 0xD68FDC) is known color: Plum. HEX triplet: D6, 8F and DC. RGB value is (214,143,220). Sum of RGB (Red+Green+Blue) = 214+143+220=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #D68FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FDC is #297023. Grayscale: #ACACAC. Windows color (decimal): -2715684 or 14454742. OLE color: 14454742.

HSL color Cylindrical-coordinate representation of color #D68FDC: hue angle of 295.32º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68FDC is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 143 220 -
CMYK 0.03 0.35 0 0.14
HSL 295.32º 0.52% 0.71% -
HSV(B) 295.32º 0.35% 0.86% -
XYZ 50.47 39.11 72.6 -
YUV 173.01 154.52 157.24 -
System Red Green Blue C M Y K H S L
Decimal 214 143 220 0.03 0.35 0 0.14 295.32 0.52 0.71
Hex D6 8F DC 3 23 0 E 127 34 47
Octal 326 217 334 3 43 0 16 447 64 107
Binary 11010110 10001111 11011100 11 100011 0 1110 100100111 110100 1000111

Color Harmonies of #D68FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68FDC

Black with #D68FDC

Text Example


Text Example

White with #D68FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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