Html Css Color HEX #D690CF Plum

📋 copy color: '#D690CF'

red 214 ◦ green 144 ◦ blue 207

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

Shades of Plum #D690CF

Tints of Plum #D690CF

RGB

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

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

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

R = 37.88%
G = 25.49%
B = 36.64%

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

#D690CF (or 0xD690CF) is known color: Plum. HEX triplet: D6, 90 and CF. RGB value is (214,144,207). Sum of RGB (Red+Green+Blue) = 214+144+207=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D690CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690CF is #296F30. Grayscale: #ABABAB. Windows color (decimal): -2715441 or 13603030. OLE color: 13603030.

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

Color convert

RGB 214 144 207 -
CMYK 0 0.33 0.03 0.16
HSL 306º 0.46% 0.7% -
HSV(B) 306º 0.33% 0.84% -
XYZ 48.97 38.75 63.93 -
YUV 172.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 214 144 207 0 0.33 0.03 0.16 306 0.46 0.7
Hex D6 90 CF 0 21 3 10 132 2E 46
Octal 326 220 317 0 41 3 20 462 56 106
Binary 11010110 10010000 11001111 0 100001 11 10000 100110010 101110 1000110

Color Harmonies of #D690CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690CF

Black with #D690CF

Text Example


Text Example

White with #D690CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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