Html Css Color HEX #D694CE Plum

📋 copy color: '#D694CE'

red 214 ◦ green 148 ◦ blue 206

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

Shades of Plum #D694CE

Tints of Plum #D694CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.27%

R = 37.68%
G = 26.06%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D694CE (or 0xD694CE) is known color: Plum. HEX triplet: D6, 94 and CE. RGB value is (214,148,206). Sum of RGB (Red+Green+Blue) = 214+148+206=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D694CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694CE is #296B31. Grayscale: #AEAEAE. Windows color (decimal): -2714418 or 13538518. OLE color: 13538518.

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

Color convert

RGB 214 148 206 -
CMYK 0 0.31 0.04 0.16
HSL 307.27º 0.45% 0.71% -
HSV(B) 307.27º 0.31% 0.84% -
XYZ 49.46 39.93 63.49 -
YUV 174.35 145.87 156.28 -
System Red Green Blue C M Y K H S L
Decimal 214 148 206 0 0.31 0.04 0.16 307.27 0.45 0.71
Hex D6 94 CE 0 1F 4 10 133 2D 47
Octal 326 224 316 0 37 4 20 463 55 107
Binary 11010110 10010100 11001110 0 11111 100 10000 100110011 101101 1000111

Color Harmonies of #D694CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D694CE

Black with #D694CE

Text Example


Text Example

White with #D694CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D694CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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