Html Css Color HEX #D58CCB Lilac

📋 copy color: '#D58CCB'

red 213 ◦ green 140 ◦ blue 203

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

Shades of Lilac #D58CCB

Tints of Lilac #D58CCB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.18%

 BLUE value IS 203 (79.69% from 255) = 36.51%

R = 38.31%
G = 25.18%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D58CCB (or 0xD58CCB) is known color: Lilac. HEX triplet: D5, 8C and CB. RGB value is (213,140,203). Sum of RGB (Red+Green+Blue) = 213+140+203=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CCB is #2A7334. Grayscale: #A8A8A8. Windows color (decimal): -2782005 or 13339861. OLE color: 13339861.

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

Color convert

RGB 213 140 203 -
CMYK 0 0.34 0.05 0.16
HSL 308.22º 0.46% 0.69% -
HSV(B) 308.22º 0.34% 0.84% -
XYZ 47.6 37.21 61.17 -
YUV 169.01 147.18 159.38 -
System Red Green Blue C M Y K H S L
Decimal 213 140 203 0 0.34 0.05 0.16 308.22 0.46 0.69
Hex D5 8C CB 0 22 5 10 134 2E 45
Octal 325 214 313 0 42 5 20 464 56 105
Binary 11010101 10001100 11001011 0 100010 101 10000 100110100 101110 1000101

Color Harmonies of #D58CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58CCB

Black with #D58CCB

Text Example


Text Example

White with #D58CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58CCB; }

 p { color: rgb(213,140,203); }

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

background-color css

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

 a { background-color: rgb(213,140,203); }

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

border-color css

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

 span { border-color: rgb(213,140,203); }

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