Html Css Color HEX #D48CBC Lily

📋 copy color: '#D48CBC'

red 212 ◦ green 140 ◦ blue 188

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

Shades of Lily #D48CBC

Tints of Lily #D48CBC

RGB

 RED value IS 212 (83.2% from 255) = 39.26%

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

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

R = 39.26%
G = 25.93%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D48CBC (or 0xD48CBC) is known color: Lily. HEX triplet: D4, 8C and BC. RGB value is (212,140,188). Sum of RGB (Red+Green+Blue) = 212+140+188=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D48CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CBC is #2B7343. Grayscale: #A6A6A6. Windows color (decimal): -2847556 or 12356820. OLE color: 12356820.

HSL color Cylindrical-coordinate representation of color #D48CBC: hue angle of 320º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D48CBC is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 140 188 -
CMYK 0 0.34 0.11 0.17
HSL 320º 0.46% 0.69% -
HSV(B) 320º 0.34% 0.83% -
XYZ 45.61 36.38 52.2 -
YUV 167 139.85 160.1 -
System Red Green Blue C M Y K H S L
Decimal 212 140 188 0 0.34 0.11 0.17 320 0.46 0.69
Hex D4 8C BC 0 22 B 11 140 2E 45
Octal 324 214 274 0 42 13 21 500 56 105
Binary 11010100 10001100 10111100 0 100010 1011 10001 101000000 101110 1000101

Color Harmonies of #D48CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48CBC

Black with #D48CBC

Text Example


Text Example

White with #D48CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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