Html Css Color HEX #D690D4 Plum

📋 copy color: '#D690D4'

red 214 ◦ green 144 ◦ blue 212

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

Shades of Plum #D690D4

Tints of Plum #D690D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.19%

R = 37.54%
G = 25.26%
B = 37.19%

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

#D690D4 (or 0xD690D4) is known color: Plum. HEX triplet: D6, 90 and D4. RGB value is (214,144,212). Sum of RGB (Red+Green+Blue) = 214+144+212=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D690D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690D4 is #296F2B. Grayscale: #ACACAC. Windows color (decimal): -2715436 or 13930710. OLE color: 13930710.

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

Color convert

RGB 214 144 212 -
CMYK 0 0.33 0.01 0.16
HSL 301.71º 0.46% 0.7% -
HSV(B) 301.71º 0.33% 0.84% -
XYZ 49.59 39 67.2 -
YUV 172.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 214 144 212 0 0.33 0.01 0.16 301.71 0.46 0.7
Hex D6 90 D4 0 21 1 10 12E 2E 46
Octal 326 220 324 0 41 1 20 456 56 106
Binary 11010110 10010000 11010100 0 100001 1 10000 100101110 101110 1000110

Color Harmonies of #D690D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690D4

Black with #D690D4

Text Example


Text Example

White with #D690D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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