Html Css Color HEX #D694CF Plum

📋 copy color: '#D694CF'

red 214 ◦ green 148 ◦ blue 207

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

Shades of Plum #D694CF

Tints of Plum #D694CF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.01%

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

R = 37.61%
G = 26.01%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D694CF (or 0xD694CF) is known color: Plum. HEX triplet: D6, 94 and CF. RGB value is (214,148,207). Sum of RGB (Red+Green+Blue) = 214+148+207=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 148 (58.20% from 255 or 26.01% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D694CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694CF is #296B30. Grayscale: #AEAEAE. Windows color (decimal): -2714417 or 13604054. OLE color: 13604054.

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

Color convert

RGB 214 148 207 -
CMYK 0 0.31 0.03 0.16
HSL 306.36º 0.45% 0.71% -
HSV(B) 306.36º 0.31% 0.84% -
XYZ 49.58 39.98 64.14 -
YUV 174.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 214 148 207 0 0.31 0.03 0.16 306.36 0.45 0.71
Hex D6 94 CF 0 1F 3 10 132 2D 47
Octal 326 224 317 0 37 3 20 462 55 107
Binary 11010110 10010100 11001111 0 11111 11 10000 100110010 101101 1000111

Color Harmonies of #D694CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D694CF

Black with #D694CF

Text Example


Text Example

White with #D694CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D694CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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