Html Css Color HEX #D1948A Petite Orchid

📋 copy color: '#D1948A'

red 209 ◦ green 148 ◦ blue 138

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

Shades of Petite Orchid #D1948A

Tints of Petite Orchid #D1948A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.88%

R = 42.22%
G = 29.9%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1948A (or 0xD1948A) is known color: Petite Orchid. HEX triplet: D1, 94 and 8A. RGB value is (209,148,138). Sum of RGB (Red+Green+Blue) = 209+148+138=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D1948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1948A is #2E6B75. Grayscale: #A5A5A5. Windows color (decimal): -3042166 or 9082065. OLE color: 9082065.

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

Color convert

RGB 209 148 138 -
CMYK 0 0.29 0.34 0.18
HSL 8.45º 0.44% 0.68% -
HSV(B) 8.45º 0.34% 0.82% -
XYZ 41.47 36.57 28.92 -
YUV 165.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 209 148 138 0 0.29 0.34 0.18 8.45 0.44 0.68
Hex D1 94 8A 0 1D 22 12 8 2C 44
Octal 321 224 212 0 35 42 22 10 54 104
Binary 11010001 10010100 10001010 0 11101 100010 10010 1000 101100 1000100

Color Harmonies of #D1948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1948A

Black with #D1948A

Text Example


Text Example

White with #D1948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1948A; }

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

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

background-color css

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

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

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

border-color css

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

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

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