Html Css Color HEX #D38FBB Lily

📋 copy color: '#D38FBB'

red 211 ◦ green 143 ◦ blue 187

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

Shades of Lily #D38FBB

Tints of Lily #D38FBB

RGB

 RED value IS 211 (82.81% from 255) = 39%

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

 BLUE value IS 187 (73.44% from 255) = 34.57%

R = 39%
G = 26.43%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D38FBB (or 0xD38FBB) is known color: Lily. HEX triplet: D3, 8F and BB. RGB value is (211,143,187). Sum of RGB (Red+Green+Blue) = 211+143+187=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D38FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38FBB is #2C7044. Grayscale: #A8A8A8. Windows color (decimal): -2912325 or 12292051. OLE color: 12292051.

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

Color convert

RGB 211 143 187 -
CMYK 0 0.32 0.11 0.17
HSL 321.18º 0.44% 0.69% -
HSV(B) 321.18º 0.32% 0.83% -
XYZ 45.66 37.08 51.76 -
YUV 168.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 211 143 187 0 0.32 0.11 0.17 321.18 0.44 0.69
Hex D3 8F BB 0 20 B 11 141 2C 45
Octal 323 217 273 0 40 13 21 501 54 105
Binary 11010011 10001111 10111011 0 100000 1011 10001 101000001 101100 1000101

Color Harmonies of #D38FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38FBB

Black with #D38FBB

Text Example


Text Example

White with #D38FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38FBB; }

 p { color: rgb(211,143,187); }

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

background-color css

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

 a { background-color: rgb(211,143,187); }

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

border-color css

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

 span { border-color: rgb(211,143,187); }

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