Html Css Color HEX #D9948A Petite Orchid

📋 copy color: '#D9948A'

red 217 ◦ green 148 ◦ blue 138

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

Shades of Petite Orchid #D9948A

Tints of Petite Orchid #D9948A

RGB

 RED value IS 217 (85.16% from 255) = 43.14%

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

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

R = 43.14%
G = 29.42%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9948A (or 0xD9948A) is known color: Petite Orchid. HEX triplet: D9, 94 and 8A. RGB value is (217,148,138). Sum of RGB (Red+Green+Blue) = 217+148+138=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D9948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9948A is #266B75. Grayscale: #A7A7A7. Windows color (decimal): -2517878 or 9082073. OLE color: 9082073.

HSL color Cylindrical-coordinate representation of color #D9948A: hue angle of 7.59º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9948A is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 148 138 -
CMYK 0 0.32 0.36 0.15
HSL 7.59º 0.51% 0.7% -
HSV(B) 7.59º 0.36% 0.85% -
XYZ 43.79 37.77 29.03 -
YUV 167.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 217 148 138 0 0.32 0.36 0.15 7.59 0.51 0.7
Hex D9 94 8A 0 20 24 F 8 33 46
Octal 331 224 212 0 40 44 17 10 63 106
Binary 11011001 10010100 10001010 0 100000 100100 1111 1000 110011 1000110

Color Harmonies of #D9948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9948A

Black with #D9948A

Text Example


Text Example

White with #D9948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9948A; }

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

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

background-color css

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

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

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

border-color css

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

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

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