Html Css Color HEX #D9948C Petite Orchid

📋 copy color: '#D9948C'

red 217 ◦ green 148 ◦ blue 140

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

Shades of Petite Orchid #D9948C

Tints of Petite Orchid #D9948C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.72%

R = 42.97%
G = 29.31%
B = 27.72%

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

#D9948C (or 0xD9948C) is known color: Petite Orchid. HEX triplet: D9, 94 and 8C. RGB value is (217,148,140). Sum of RGB (Red+Green+Blue) = 217+148+140=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D9948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9948C is #266B73. Grayscale: #A7A7A7. Windows color (decimal): -2517876 or 9213145. OLE color: 9213145.

HSL color Cylindrical-coordinate representation of color #D9948C: hue angle of 6.23º 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 #D9948C is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 148 140 -
CMYK 0 0.32 0.35 0.15
HSL 6.23º 0.5% 0.7% -
HSV(B) 6.23º 0.35% 0.85% -
XYZ 43.94 37.82 29.8 -
YUV 167.72 112.36 163.15 -
System Red Green Blue C M Y K H S L
Decimal 217 148 140 0 0.32 0.35 0.15 6.23 0.5 0.7
Hex D9 94 8C 0 20 23 F 6 32 46
Octal 331 224 214 0 40 43 17 6 62 106
Binary 11011001 10010100 10001100 0 100000 100011 1111 110 110010 1000110

Color Harmonies of #D9948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9948C

Black with #D9948C

Text Example


Text Example

White with #D9948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9948C; }

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

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

background-color css

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

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

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

border-color css

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

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

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