Html Css Color HEX #D68FD0 Plum

📋 copy color: '#D68FD0'

red 214 ◦ green 143 ◦ blue 208

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

Shades of Plum #D68FD0

Tints of Plum #D68FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.81%

R = 37.88%
G = 25.31%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D68FD0 (or 0xD68FD0) is known color: Plum. HEX triplet: D6, 8F and D0. RGB value is (214,143,208). Sum of RGB (Red+Green+Blue) = 214+143+208=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FD0 is #29702F. Grayscale: #ABABAB. Windows color (decimal): -2715696 or 13668310. OLE color: 13668310.

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

Color convert

RGB 214 143 208 -
CMYK 0 0.33 0.03 0.16
HSL 305.07º 0.46% 0.7% -
HSV(B) 305.07º 0.33% 0.84% -
XYZ 48.94 38.5 64.53 -
YUV 171.64 148.52 158.21 -
System Red Green Blue C M Y K H S L
Decimal 214 143 208 0 0.33 0.03 0.16 305.07 0.46 0.7
Hex D6 8F D0 0 21 3 10 131 2E 46
Octal 326 217 320 0 41 3 20 461 56 106
Binary 11010110 10001111 11010000 0 100001 11 10000 100110001 101110 1000110

Color Harmonies of #D68FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68FD0

Black with #D68FD0

Text Example


Text Example

White with #D68FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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