Html Css Color HEX #D695CF Plum

📋 copy color: '#D695CF'

red 214 ◦ green 149 ◦ blue 207

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

Shades of Plum #D695CF

Tints of Plum #D695CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.14%

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

R = 37.54%
G = 26.14%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D695CF (or 0xD695CF) is known color: Plum. HEX triplet: D6, 95 and CF. RGB value is (214,149,207). Sum of RGB (Red+Green+Blue) = 214+149+207=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D695CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695CF is #296A30. Grayscale: #AEAEAE. Windows color (decimal): -2714161 or 13604310. OLE color: 13604310.

HSL color Cylindrical-coordinate representation of color #D695CF: hue angle of 306.46º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D695CF is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 149 207 -
CMYK 0 0.30 0.03 0.16
HSL 306.46º 0.44% 0.71% -
HSV(B) 306.46º 0.3% 0.84% -
XYZ 49.74 40.3 64.19 -
YUV 175.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 214 149 207 0 0.30 0.03 0.16 306.46 0.44 0.71
Hex D6 95 CF 0 1E 3 10 132 2C 47
Octal 326 225 317 0 36 3 20 462 54 107
Binary 11010110 10010101 11001111 0 11110 11 10000 100110010 101100 1000111

Color Harmonies of #D695CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695CF

Black with #D695CF

Text Example


Text Example

White with #D695CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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