Html Css Color HEX #D58BCD Lilac

📋 copy color: '#D58BCD'

red 213 ◦ green 139 ◦ blue 205

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

Shades of Lilac #D58BCD

Tints of Lilac #D58BCD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.96%

 BLUE value IS 205 (80.47% from 255) = 36.8%

R = 38.24%
G = 24.96%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D58BCD (or 0xD58BCD) is known color: Lilac. HEX triplet: D5, 8B and CD. RGB value is (213,139,205). Sum of RGB (Red+Green+Blue) = 213+139+205=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BCD is #2A7432. Grayscale: #A8A8A8. Windows color (decimal): -2782259 or 13470677. OLE color: 13470677.

HSL color Cylindrical-coordinate representation of color #D58BCD: hue angle of 306.49º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58BCD is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 139 205 -
CMYK 0 0.35 0.04 0.16
HSL 306.49º 0.47% 0.69% -
HSV(B) 306.49º 0.35% 0.84% -
XYZ 47.69 37.02 62.39 -
YUV 168.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 213 139 205 0 0.35 0.04 0.16 306.49 0.47 0.69
Hex D5 8B CD 0 23 4 10 132 2F 45
Octal 325 213 315 0 43 4 20 462 57 105
Binary 11010101 10001011 11001101 0 100011 100 10000 100110010 101111 1000101

Color Harmonies of #D58BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58BCD

Black with #D58BCD

Text Example


Text Example

White with #D58BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58BCD; }

 p { color: rgb(213,139,205); }

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

background-color css

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

 a { background-color: rgb(213,139,205); }

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

border-color css

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

 span { border-color: rgb(213,139,205); }

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