Html Css Color HEX #D69FCF Plum

📋 copy color: '#D69FCF'

red 214 ◦ green 159 ◦ blue 207

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

Shades of Plum #D69FCF

Tints of Plum #D69FCF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.41%

 BLUE value IS 207 (81.25% from 255) = 35.69%

R = 36.9%
G = 27.41%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D69FCF (or 0xD69FCF) is known color: Plum. HEX triplet: D6, 9F and CF. RGB value is (214,159,207). Sum of RGB (Red+Green+Blue) = 214+159+207=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FCF is #296030. Grayscale: #B4B4B4. Windows color (decimal): -2711601 or 13606870. OLE color: 13606870.

HSL color Cylindrical-coordinate representation of color #D69FCF: hue angle of 307.64º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D69FCF is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 159 207 -
CMYK 0 0.26 0.03 0.16
HSL 307.64º 0.4% 0.73% -
HSV(B) 307.64º 0.26% 0.84% -
XYZ 51.39 43.6 64.74 -
YUV 180.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 214 159 207 0 0.26 0.03 0.16 307.64 0.4 0.73
Hex D6 9F CF 0 1A 3 10 134 28 49
Octal 326 237 317 0 32 3 20 464 50 111
Binary 11010110 10011111 11001111 0 11010 11 10000 100110100 101000 1001001

Color Harmonies of #D69FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69FCF

Black with #D69FCF

Text Example


Text Example

White with #D69FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69FCF; }

 p { color: rgb(214,159,207); }

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

background-color css

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

 a { background-color: rgb(214,159,207); }

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

border-color css

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

 span { border-color: rgb(214,159,207); }

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