Html Css Color HEX #D28DBB Lily

📋 copy color: '#D28DBB'

red 210 ◦ green 141 ◦ blue 187

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

Shades of Lily #D28DBB

Tints of Lily #D28DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.76%

R = 39.03%
G = 26.21%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D28DBB (or 0xD28DBB) is known color: Lily. HEX triplet: D2, 8D and BB. RGB value is (210,141,187). Sum of RGB (Red+Green+Blue) = 210+141+187=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D28DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DBB is #2D7244. Grayscale: #A6A6A6. Windows color (decimal): -2978373 or 12291538. OLE color: 12291538.

HSL color Cylindrical-coordinate representation of color #D28DBB: hue angle of 320º 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 #D28DBB is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 141 187 -
CMYK 0 0.33 0.11 0.18
HSL 320º 0.43% 0.69% -
HSV(B) 320º 0.33% 0.82% -
XYZ 45.07 36.34 51.65 -
YUV 166.88 139.36 158.76 -
System Red Green Blue C M Y K H S L
Decimal 210 141 187 0 0.33 0.11 0.18 320 0.43 0.69
Hex D2 8D BB 0 21 B 12 140 2B 45
Octal 322 215 273 0 41 13 22 500 53 105
Binary 11010010 10001101 10111011 0 100001 1011 10010 101000000 101011 1000101

Color Harmonies of #D28DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28DBB

Black with #D28DBB

Text Example


Text Example

White with #D28DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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