Html Css Color HEX #D28FB7 Lily

📋 copy color: '#D28FB7'

red 210 ◦ green 143 ◦ blue 183

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

Shades of Lily #D28FB7

Tints of Lily #D28FB7

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.68%

 BLUE value IS 183 (71.88% from 255) = 34.14%

R = 39.18%
G = 26.68%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D28FB7 (or 0xD28FB7) is known color: Lily. HEX triplet: D2, 8F and B7. RGB value is (210,143,183). Sum of RGB (Red+Green+Blue) = 210+143+183=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 183 (71.88% from 255 or 34.14% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FB7 is #2D7048. Grayscale: #A7A7A7. Windows color (decimal): -2977865 or 12029906. OLE color: 12029906.

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

Color convert

RGB 210 143 183 -
CMYK 0 0.32 0.13 0.18
HSL 324.18º 0.43% 0.69% -
HSV(B) 324.18º 0.32% 0.82% -
XYZ 44.95 36.77 49.53 -
YUV 167.59 136.7 158.25 -
System Red Green Blue C M Y K H S L
Decimal 210 143 183 0 0.32 0.13 0.18 324.18 0.43 0.69
Hex D2 8F B7 0 20 D 12 144 2B 45
Octal 322 217 267 0 40 15 22 504 53 105
Binary 11010010 10001111 10110111 0 100000 1101 10010 101000100 101011 1000101

Color Harmonies of #D28FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28FB7

Black with #D28FB7

Text Example


Text Example

White with #D28FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28FB7; }

 p { color: rgb(210,143,183); }

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

background-color css

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

 a { background-color: rgb(210,143,183); }

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

border-color css

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

 span { border-color: rgb(210,143,183); }

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