Html Css Color HEX #D795CE Plum

📋 copy color: '#D795CE'

red 215 ◦ green 149 ◦ blue 206

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

Shades of Plum #D795CE

Tints of Plum #D795CE

RGB

 RED value IS 215 (84.38% from 255) = 37.72%

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

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

R = 37.72%
G = 26.14%
B = 36.14%

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

#D795CE (or 0xD795CE) is known color: Plum. HEX triplet: D7, 95 and CE. RGB value is (215,149,206). Sum of RGB (Red+Green+Blue) = 215+149+206=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 215 - color contains mainly: red. Hex color #D795CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795CE is #286A31. Grayscale: #AFAFAF. Windows color (decimal): -2648626 or 13538775. OLE color: 13538775.

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

Color convert

RGB 215 149 206 -
CMYK 0 0.31 0.04 0.16
HSL 308.18º 0.45% 0.71% -
HSV(B) 308.18º 0.31% 0.84% -
XYZ 49.91 40.4 63.56 -
YUV 175.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 215 149 206 0 0.31 0.04 0.16 308.18 0.45 0.71
Hex D7 95 CE 0 1F 4 10 134 2D 47
Octal 327 225 316 0 37 4 20 464 55 107
Binary 11010111 10010101 11001110 0 11111 100 10000 100110100 101101 1000111

Color Harmonies of #D795CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D795CE

Black with #D795CE

Text Example


Text Example

White with #D795CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D795CE; }

 p { color: rgb(215,149,206); }

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

background-color css

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

 a { background-color: rgb(215,149,206); }

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

border-color css

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

 span { border-color: rgb(215,149,206); }

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