Html Css Color HEX #D9948E Petite Orchid

📋 copy color: '#D9948E'

red 217 ◦ green 148 ◦ blue 142

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

Shades of Petite Orchid #D9948E

Tints of Petite Orchid #D9948E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.01%

R = 42.8%
G = 29.19%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9948E (or 0xD9948E) is known color: Petite Orchid. HEX triplet: D9, 94 and 8E. RGB value is (217,148,142). Sum of RGB (Red+Green+Blue) = 217+148+142=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D9948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9948E is #266B71. Grayscale: #A8A8A8. Windows color (decimal): -2517874 or 9344217. OLE color: 9344217.

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

Color convert

RGB 217 148 142 -
CMYK 0 0.32 0.35 0.15
HSL 4.8º 0.5% 0.7% -
HSV(B) 4.8º 0.35% 0.85% -
XYZ 44.09 37.88 30.58 -
YUV 167.95 113.36 162.99 -
System Red Green Blue C M Y K H S L
Decimal 217 148 142 0 0.32 0.35 0.15 4.8 0.5 0.7
Hex D9 94 8E 0 20 23 F 5 32 46
Octal 331 224 216 0 40 43 17 5 62 106
Binary 11011001 10010100 10001110 0 100000 100011 1111 101 110010 1000110

Color Harmonies of #D9948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9948E

Black with #D9948E

Text Example


Text Example

White with #D9948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9948E; }

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

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

background-color css

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

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

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

border-color css

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

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

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