Html Css Color HEX #D68FDD Plum

📋 copy color: '#D68FDD'

red 214 ◦ green 143 ◦ blue 221

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

Shades of Plum #D68FDD

Tints of Plum #D68FDD

RGB

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

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

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

R = 37.02%
G = 24.74%
B = 38.24%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D68FDD (or 0xD68FDD) is known color: Plum. HEX triplet: D6, 8F and DD. RGB value is (214,143,221). Sum of RGB (Red+Green+Blue) = 214+143+221=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #D68FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FDD is #297022. Grayscale: #ACACAC. Windows color (decimal): -2715683 or 14520278. OLE color: 14520278.

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

Color convert

RGB 214 143 221 -
CMYK 0.03 0.35 0 0.13
HSL 294.62º 0.53% 0.71% -
HSV(B) 294.62º 0.35% 0.87% -
XYZ 50.61 39.16 73.3 -
YUV 173.12 155.02 157.16 -
System Red Green Blue C M Y K H S L
Decimal 214 143 221 0.03 0.35 0 0.13 294.62 0.53 0.71
Hex D6 8F DD 3 23 0 D 127 35 47
Octal 326 217 335 3 43 0 15 447 65 107
Binary 11010110 10001111 11011101 11 100011 0 1101 100100111 110101 1000111

Color Harmonies of #D68FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68FDD

Black with #D68FDD

Text Example


Text Example

White with #D68FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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