Html Css Color HEX #D795CF Plum

📋 copy color: '#D795CF'

red 215 ◦ green 149 ◦ blue 207

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

Shades of Plum #D795CF

Tints of Plum #D795CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.25%

R = 37.65%
G = 26.09%
B = 36.25%

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

#D795CF (or 0xD795CF) is known color: Plum. HEX triplet: D7, 95 and CF. RGB value is (215,149,207). Sum of RGB (Red+Green+Blue) = 215+149+207=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 215 - color contains mainly: red. Hex color #D795CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795CF is #286A30. Grayscale: #AFAFAF. Windows color (decimal): -2648625 or 13604311. OLE color: 13604311.

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

Color convert

RGB 215 149 207 -
CMYK 0 0.31 0.04 0.16
HSL 307.27º 0.45% 0.71% -
HSV(B) 307.27º 0.31% 0.84% -
XYZ 50.03 40.45 64.2 -
YUV 175.35 145.87 156.28 -
System Red Green Blue C M Y K H S L
Decimal 215 149 207 0 0.31 0.04 0.16 307.27 0.45 0.71
Hex D7 95 CF 0 1F 4 10 133 2D 47
Octal 327 225 317 0 37 4 20 463 55 107
Binary 11010111 10010101 11001111 0 11111 100 10000 100110011 101101 1000111

Color Harmonies of #D795CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D795CF

Black with #D795CF

Text Example


Text Example

White with #D795CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D795CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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