Html Css Color HEX #D58BC6 Lilac

📋 copy color: '#D58BC6'

red 213 ◦ green 139 ◦ blue 198

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

Shades of Lilac #D58BC6

Tints of Lilac #D58BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36%

R = 38.73%
G = 25.27%
B = 36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D58BC6 (or 0xD58BC6) is known color: Lilac. HEX triplet: D5, 8B and C6. RGB value is (213,139,198). Sum of RGB (Red+Green+Blue) = 213+139+198=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BC6 is #2A7439. Grayscale: #A7A7A7. Windows color (decimal): -2782266 or 13011925. OLE color: 13011925.

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

Color convert

RGB 213 139 198 -
CMYK 0 0.35 0.07 0.16
HSL 312.16º 0.47% 0.69% -
HSV(B) 312.16º 0.35% 0.84% -
XYZ 46.87 36.69 58.04 -
YUV 167.85 145.02 160.2 -
System Red Green Blue C M Y K H S L
Decimal 213 139 198 0 0.35 0.07 0.16 312.16 0.47 0.69
Hex D5 8B C6 0 23 7 10 138 2F 45
Octal 325 213 306 0 43 7 20 470 57 105
Binary 11010101 10001011 11000110 0 100011 111 10000 100111000 101111 1000101

Color Harmonies of #D58BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58BC6

Black with #D58BC6

Text Example


Text Example

White with #D58BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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