Html Css Color HEX #D690D3 Plum

📋 copy color: '#D690D3'

red 214 ◦ green 144 ◦ blue 211

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

Shades of Plum #D690D3

Tints of Plum #D690D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.08%

R = 37.61%
G = 25.31%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D690D3 (or 0xD690D3) is known color: Plum. HEX triplet: D6, 90 and D3. RGB value is (214,144,211). Sum of RGB (Red+Green+Blue) = 214+144+211=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D690D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690D3 is #296F2C. Grayscale: #ACACAC. Windows color (decimal): -2715437 or 13865174. OLE color: 13865174.

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

Color convert

RGB 214 144 211 -
CMYK 0 0.33 0.01 0.16
HSL 302.57º 0.46% 0.7% -
HSV(B) 302.57º 0.33% 0.84% -
XYZ 49.46 38.95 66.54 -
YUV 172.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 214 144 211 0 0.33 0.01 0.16 302.57 0.46 0.7
Hex D6 90 D3 0 21 1 10 12F 2E 46
Octal 326 220 323 0 41 1 20 457 56 106
Binary 11010110 10010000 11010011 0 100001 1 10000 100101111 101110 1000110

Color Harmonies of #D690D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690D3

Black with #D690D3

Text Example


Text Example

White with #D690D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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