Html Css Color HEX #D694D3 Plum

📋 copy color: '#D694D3'

red 214 ◦ green 148 ◦ blue 211

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

Shades of Plum #D694D3

Tints of Plum #D694D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.82%

R = 37.35%
G = 25.83%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D694D3 (or 0xD694D3) is known color: Plum. HEX triplet: D6, 94 and D3. RGB value is (214,148,211). Sum of RGB (Red+Green+Blue) = 214+148+211=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 211 (82.81% from 255 or 36.82% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D694D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694D3 is #296B2C. Grayscale: #AEAEAE. Windows color (decimal): -2714413 or 13866198. OLE color: 13866198.

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

Color convert

RGB 214 148 211 -
CMYK 0 0.31 0.01 0.16
HSL 302.73º 0.45% 0.71% -
HSV(B) 302.73º 0.31% 0.84% -
XYZ 50.08 40.18 66.74 -
YUV 174.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 214 148 211 0 0.31 0.01 0.16 302.73 0.45 0.71
Hex D6 94 D3 0 1F 1 10 12F 2D 47
Octal 326 224 323 0 37 1 20 457 55 107
Binary 11010110 10010100 11010011 0 11111 1 10000 100101111 101101 1000111

Color Harmonies of #D694D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D694D3

Black with #D694D3

Text Example


Text Example

White with #D694D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D694D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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