Html Css Color HEX #D690D1 Plum

📋 copy color: '#D690D1'

red 214 ◦ green 144 ◦ blue 209

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

Shades of Plum #D690D1

Tints of Plum #D690D1

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.4%

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

R = 37.74%
G = 25.4%
B = 36.86%

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

#D690D1 (or 0xD690D1) is known color: Plum. HEX triplet: D6, 90 and D1. RGB value is (214,144,209). Sum of RGB (Red+Green+Blue) = 214+144+209=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D690D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690D1 is #296F2E. Grayscale: #ACACAC. Windows color (decimal): -2715439 or 13734102. OLE color: 13734102.

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

Color convert

RGB 214 144 209 -
CMYK 0 0.33 0.02 0.16
HSL 304.29º 0.46% 0.7% -
HSV(B) 304.29º 0.33% 0.84% -
XYZ 49.21 38.85 65.23 -
YUV 172.34 148.69 157.71 -
System Red Green Blue C M Y K H S L
Decimal 214 144 209 0 0.33 0.02 0.16 304.29 0.46 0.7
Hex D6 90 D1 0 21 2 10 130 2E 46
Octal 326 220 321 0 41 2 20 460 56 106
Binary 11010110 10010000 11010001 0 100001 10 10000 100110000 101110 1000110

Color Harmonies of #D690D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690D1

Black with #D690D1

Text Example


Text Example

White with #D690D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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