Html Css Color HEX #D28FB4 Lily

📋 copy color: '#D28FB4'

red 210 ◦ green 143 ◦ blue 180

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

Shades of Lily #D28FB4

Tints of Lily #D28FB4

RGB

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

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

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

R = 39.4%
G = 26.83%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D28FB4 (or 0xD28FB4) is known color: Lily. HEX triplet: D2, 8F and B4. RGB value is (210,143,180). Sum of RGB (Red+Green+Blue) = 210+143+180=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FB4 is #2D704B. Grayscale: #A7A7A7. Windows color (decimal): -2977868 or 11833298. OLE color: 11833298.

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

Color convert

RGB 210 143 180 -
CMYK 0 0.32 0.14 0.18
HSL 326.87º 0.43% 0.69% -
HSV(B) 326.87º 0.32% 0.82% -
XYZ 44.64 36.64 47.9 -
YUV 167.25 135.2 158.49 -
System Red Green Blue C M Y K H S L
Decimal 210 143 180 0 0.32 0.14 0.18 326.87 0.43 0.69
Hex D2 8F B4 0 20 E 12 147 2B 45
Octal 322 217 264 0 40 16 22 507 53 105
Binary 11010010 10001111 10110100 0 100000 1110 10010 101000111 101011 1000101

Color Harmonies of #D28FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28FB4

Black with #D28FB4

Text Example


Text Example

White with #D28FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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