Html Css Color HEX #D697CF Plum

📋 copy color: '#D697CF'

red 214 ◦ green 151 ◦ blue 207

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

Shades of Plum #D697CF

Tints of Plum #D697CF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.4%

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

R = 37.41%
G = 26.4%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D697CF (or 0xD697CF) is known color: Plum. HEX triplet: D6, 97 and CF. RGB value is (214,151,207). Sum of RGB (Red+Green+Blue) = 214+151+207=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D697CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697CF is #296830. Grayscale: #B0B0B0. Windows color (decimal): -2713649 or 13604822. OLE color: 13604822.

HSL color Cylindrical-coordinate representation of color #D697CF: hue angle of 306.67º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D697CF is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 151 207 -
CMYK 0 0.29 0.03 0.16
HSL 306.67º 0.43% 0.72% -
HSV(B) 306.67º 0.29% 0.84% -
XYZ 50.06 40.93 64.29 -
YUV 176.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 214 151 207 0 0.29 0.03 0.16 306.67 0.43 0.72
Hex D6 97 CF 0 1D 3 10 133 2B 48
Octal 326 227 317 0 35 3 20 463 53 110
Binary 11010110 10010111 11001111 0 11101 11 10000 100110011 101011 1001000

Color Harmonies of #D697CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D697CF

Black with #D697CF

Text Example


Text Example

White with #D697CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D697CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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