Html Css Color HEX #D098CD Lilac

📋 copy color: '#D098CD'

red 208 ◦ green 152 ◦ blue 205

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

Shades of Lilac #D098CD

Tints of Lilac #D098CD

RGB

 RED value IS 208 (81.64% from 255) = 36.81%

 GREEN value IS 152 (59.77% from 255) = 26.9%

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

R = 36.81%
G = 26.9%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D098CD (or 0xD098CD) is known color: Lilac. HEX triplet: D0, 98 and CD. RGB value is (208,152,205). Sum of RGB (Red+Green+Blue) = 208+152+205=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D098CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098CD is #2F6732. Grayscale: #AEAEAE. Windows color (decimal): -3106611 or 13474000. OLE color: 13474000.

HSL color Cylindrical-coordinate representation of color #D098CD: hue angle of 303.21º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D098CD is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 152 205 -
CMYK 0 0.27 0.01 0.18
HSL 303.21º 0.37% 0.71% -
HSV(B) 303.21º 0.27% 0.82% -
XYZ 48.26 40.27 62.99 -
YUV 174.79 145.05 151.69 -
System Red Green Blue C M Y K H S L
Decimal 208 152 205 0 0.27 0.01 0.18 303.21 0.37 0.71
Hex D0 98 CD 0 1B 1 12 12F 25 47
Octal 320 230 315 0 33 1 22 457 45 107
Binary 11010000 10011000 11001101 0 11011 1 10010 100101111 100101 1000111

Color Harmonies of #D098CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D098CD

Black with #D098CD

Text Example


Text Example

White with #D098CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D098CD; }

 p { color: rgb(208,152,205); }

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

background-color css

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

 a { background-color: rgb(208,152,205); }

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

border-color css

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

 span { border-color: rgb(208,152,205); }

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