Html Css Color HEX #D28DB4 Lily

📋 copy color: '#D28DB4'

red 210 ◦ green 141 ◦ blue 180

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

Shades of Lily #D28DB4

Tints of Lily #D28DB4

RGB

 RED value IS 210 (82.42% from 255) = 39.55%

 GREEN value IS 141 (55.47% from 255) = 26.55%

 BLUE value IS 180 (70.7% from 255) = 33.9%

R = 39.55%
G = 26.55%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D28DB4 (or 0xD28DB4) is known color: Lily. HEX triplet: D2, 8D and B4. RGB value is (210,141,180). Sum of RGB (Red+Green+Blue) = 210+141+180=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D28DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DB4 is #2D724B. Grayscale: #A5A5A5. Windows color (decimal): -2978380 or 11832786. OLE color: 11832786.

HSL color Cylindrical-coordinate representation of color #D28DB4: hue angle of 326.09º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28DB4 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 141 180 -
CMYK 0 0.33 0.14 0.18
HSL 326.09º 0.43% 0.69% -
HSV(B) 326.09º 0.33% 0.82% -
XYZ 44.34 36.05 47.8 -
YUV 166.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 210 141 180 0 0.33 0.14 0.18 326.09 0.43 0.69
Hex D2 8D B4 0 21 E 12 146 2B 45
Octal 322 215 264 0 41 16 22 506 53 105
Binary 11010010 10001101 10110100 0 100001 1110 10010 101000110 101011 1000101

Color Harmonies of #D28DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28DB4

Black with #D28DB4

Text Example


Text Example

White with #D28DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28DB4; }

 p { color: rgb(210,141,180); }

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

background-color css

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

 a { background-color: rgb(210,141,180); }

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

border-color css

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

 span { border-color: rgb(210,141,180); }

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