Html Css Color HEX #D095D5 Plum

📋 copy color: '#D095D5'

red 208 ◦ green 149 ◦ blue 213

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

Shades of Plum #D095D5

Tints of Plum #D095D5

RGB

 RED value IS 208 (81.64% from 255) = 36.49%

 GREEN value IS 149 (58.59% from 255) = 26.14%

 BLUE value IS 213 (83.59% from 255) = 37.37%

R = 36.49%
G = 26.14%
B = 37.37%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D095D5 (or 0xD095D5) is known color: Plum. HEX triplet: D0, 95 and D5. RGB value is (208,149,213). Sum of RGB (Red+Green+Blue) = 208+149+213=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 213 - color contains mainly: blue. Hex color #D095D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D095D5 is #2F6A2A. Grayscale: #ADADAD. Windows color (decimal): -3107371 or 13997520. OLE color: 13997520.

HSL color Cylindrical-coordinate representation of color #D095D5: hue angle of 295.31º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D095D5 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 149 213 -
CMYK 0.02 0.30 0 0.16
HSL 295.31º 0.43% 0.71% -
HSV(B) 295.31º 0.3% 0.84% -
XYZ 48.77 39.71 68.04 -
YUV 173.94 150.05 152.3 -
System Red Green Blue C M Y K H S L
Decimal 208 149 213 0.02 0.30 0 0.16 295.31 0.43 0.71
Hex D0 95 D5 2 1E 0 10 127 2B 47
Octal 320 225 325 2 36 0 20 447 53 107
Binary 11010000 10010101 11010101 10 11110 0 10000 100100111 101011 1000111

Color Harmonies of #D095D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D095D5

Black with #D095D5

Text Example


Text Example

White with #D095D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D095D5; }

 p { color: rgb(208,149,213); }

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

background-color css

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

 a { background-color: rgb(208,149,213); }

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

border-color css

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

 span { border-color: rgb(208,149,213); }

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