Html Css Color HEX #D595CF Plum

📋 copy color: '#D595CF'

red 213 ◦ green 149 ◦ blue 207

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

Shades of Plum #D595CF

Tints of Plum #D595CF

RGB

 RED value IS 213 (83.59% from 255) = 37.43%

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

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

R = 37.43%
G = 26.19%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D595CF (or 0xD595CF) is known color: Plum. HEX triplet: D5, 95 and CF. RGB value is (213,149,207). Sum of RGB (Red+Green+Blue) = 213+149+207=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 213 - color contains mainly: red. Hex color #D595CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595CF is #2A6A30. Grayscale: #AEAEAE. Windows color (decimal): -2779697 or 13604309. OLE color: 13604309.

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

Color convert

RGB 213 149 207 -
CMYK 0 0.30 0.03 0.16
HSL 305.63º 0.43% 0.71% -
HSV(B) 305.63º 0.3% 0.84% -
XYZ 49.45 40.15 64.17 -
YUV 174.75 146.2 155.28 -
System Red Green Blue C M Y K H S L
Decimal 213 149 207 0 0.30 0.03 0.16 305.63 0.43 0.71
Hex D5 95 CF 0 1E 3 10 132 2B 47
Octal 325 225 317 0 36 3 20 462 53 107
Binary 11010101 10010101 11001111 0 11110 11 10000 100110010 101011 1000111

Color Harmonies of #D595CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D595CF

Black with #D595CF

Text Example


Text Example

White with #D595CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D595CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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