Html Css Color HEX #D28CBE Lily

📋 copy color: '#D28CBE'

red 210 ◦ green 140 ◦ blue 190

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

Shades of Lily #D28CBE

Tints of Lily #D28CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.93%

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

R = 38.89%
G = 25.93%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D28CBE (or 0xD28CBE) is known color: Lily. HEX triplet: D2, 8C and BE. RGB value is (210,140,190). Sum of RGB (Red+Green+Blue) = 210+140+190=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D28CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CBE is #2D7341. Grayscale: #A6A6A6. Windows color (decimal): -2978626 or 12487890. OLE color: 12487890.

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

Color convert

RGB 210 140 190 -
CMYK 0 0.33 0.10 0.18
HSL 317.14º 0.44% 0.69% -
HSV(B) 317.14º 0.33% 0.82% -
XYZ 45.25 36.18 53.31 -
YUV 166.63 141.19 158.93 -
System Red Green Blue C M Y K H S L
Decimal 210 140 190 0 0.33 0.10 0.18 317.14 0.44 0.69
Hex D2 8C BE 0 21 A 12 13D 2C 45
Octal 322 214 276 0 41 12 22 475 54 105
Binary 11010010 10001100 10111110 0 100001 1010 10010 100111101 101100 1000101

Color Harmonies of #D28CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28CBE

Black with #D28CBE

Text Example


Text Example

White with #D28CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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