Html Css Color HEX #D1948B Petite Orchid

📋 copy color: '#D1948B'

red 209 ◦ green 148 ◦ blue 139

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

Shades of Petite Orchid #D1948B

Tints of Petite Orchid #D1948B

RGB

 RED value IS 209 (82.03% from 255) = 42.14%

 GREEN value IS 148 (58.2% from 255) = 29.84%

 BLUE value IS 139 (54.69% from 255) = 28.02%

R = 42.14%
G = 29.84%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1948B (or 0xD1948B) is known color: Petite Orchid. HEX triplet: D1, 94 and 8B. RGB value is (209,148,139). Sum of RGB (Red+Green+Blue) = 209+148+139=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D1948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1948B is #2E6B74. Grayscale: #A5A5A5. Windows color (decimal): -3042165 or 9147601. OLE color: 9147601.

HSL color Cylindrical-coordinate representation of color #D1948B: hue angle of 7.71º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1948B is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 148 139 -
CMYK 0 0.29 0.33 0.18
HSL 7.71º 0.43% 0.68% -
HSV(B) 7.71º 0.33% 0.82% -
XYZ 41.54 36.6 29.3 -
YUV 165.21 113.21 159.23 -
System Red Green Blue C M Y K H S L
Decimal 209 148 139 0 0.29 0.33 0.18 7.71 0.43 0.68
Hex D1 94 8B 0 1D 21 12 8 2B 44
Octal 321 224 213 0 35 41 22 10 53 104
Binary 11010001 10010100 10001011 0 11101 100001 10010 1000 101011 1000100

Color Harmonies of #D1948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1948B

Black with #D1948B

Text Example


Text Example

White with #D1948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1948B; }

 p { color: rgb(209,148,139); }

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

background-color css

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

 a { background-color: rgb(209,148,139); }

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

border-color css

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

 span { border-color: rgb(209,148,139); }

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