Html Css Color HEX #D28FBE Lily

📋 copy color: '#D28FBE'

red 210 ◦ green 143 ◦ blue 190

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

Shades of Lily #D28FBE

Tints of Lily #D28FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.99%

R = 38.67%
G = 26.34%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D28FBE (or 0xD28FBE) is known color: Lily. HEX triplet: D2, 8F and BE. RGB value is (210,143,190). Sum of RGB (Red+Green+Blue) = 210+143+190=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FBE is #2D7041. Grayscale: #A8A8A8. Windows color (decimal): -2977858 or 12488658. OLE color: 12488658.

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

Color convert

RGB 210 143 190 -
CMYK 0 0.32 0.10 0.18
HSL 317.91º 0.43% 0.69% -
HSV(B) 317.91º 0.32% 0.82% -
XYZ 45.7 37.06 53.46 -
YUV 168.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 210 143 190 0 0.32 0.10 0.18 317.91 0.43 0.69
Hex D2 8F BE 0 20 A 12 13E 2B 45
Octal 322 217 276 0 40 12 22 476 53 105
Binary 11010010 10001111 10111110 0 100000 1010 10010 100111110 101011 1000101

Color Harmonies of #D28FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28FBE

Black with #D28FBE

Text Example


Text Example

White with #D28FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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