Html Css Color HEX #D699D3 Plum

📋 copy color: '#D699D3'

red 214 ◦ green 153 ◦ blue 211

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

Shades of Plum #D699D3

Tints of Plum #D699D3

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.47%

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

R = 37.02%
G = 26.47%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D699D3 (or 0xD699D3) is known color: Plum. HEX triplet: D6, 99 and D3. RGB value is (214,153,211). Sum of RGB (Red+Green+Blue) = 214+153+211=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 211 (82.81% from 255 or 36.51% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D699D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699D3 is #29662C. Grayscale: #B1B1B1. Windows color (decimal): -2713133 or 13867478. OLE color: 13867478.

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

Color convert

RGB 214 153 211 -
CMYK 0 0.29 0.01 0.16
HSL 302.95º 0.43% 0.72% -
HSV(B) 302.95º 0.29% 0.84% -
XYZ 50.88 41.78 67.01 -
YUV 177.85 146.71 153.78 -
System Red Green Blue C M Y K H S L
Decimal 214 153 211 0 0.29 0.01 0.16 302.95 0.43 0.72
Hex D6 99 D3 0 1D 1 10 12F 2B 48
Octal 326 231 323 0 35 1 20 457 53 110
Binary 11010110 10011001 11010011 0 11101 1 10000 100101111 101011 1001000

Color Harmonies of #D699D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699D3

Black with #D699D3

Text Example


Text Example

White with #D699D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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