Html Css Color HEX #D28CBC Lily

📋 copy color: '#D28CBC'

red 210 ◦ green 140 ◦ blue 188

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

Shades of Lily #D28CBC

Tints of Lily #D28CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.94%

R = 39.03%
G = 26.02%
B = 34.94%

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

#D28CBC (or 0xD28CBC) is known color: Lily. HEX triplet: D2, 8C and BC. RGB value is (210,140,188). Sum of RGB (Red+Green+Blue) = 210+140+188=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D28CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CBC is #2D7343. Grayscale: #A6A6A6. Windows color (decimal): -2978628 or 12356818. OLE color: 12356818.

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

Color convert

RGB 210 140 188 -
CMYK 0 0.33 0.10 0.18
HSL 318.86º 0.44% 0.69% -
HSV(B) 318.86º 0.33% 0.82% -
XYZ 45.03 36.09 52.17 -
YUV 166.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 210 140 188 0 0.33 0.10 0.18 318.86 0.44 0.69
Hex D2 8C BC 0 21 A 12 13F 2C 45
Octal 322 214 274 0 41 12 22 477 54 105
Binary 11010010 10001100 10111100 0 100001 1010 10010 100111111 101100 1000101

Color Harmonies of #D28CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28CBC

Black with #D28CBC

Text Example


Text Example

White with #D28CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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