Html Css Color HEX #D9928F Petite Orchid

📋 copy color: '#D9928F'

red 217 ◦ green 146 ◦ blue 143

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

Shades of Petite Orchid #D9928F

Tints of Petite Orchid #D9928F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.85%

 BLUE value IS 143 (56.25% from 255) = 28.26%

R = 42.89%
G = 28.85%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9928F (or 0xD9928F) is known color: Petite Orchid. HEX triplet: D9, 92 and 8F. RGB value is (217,146,143). Sum of RGB (Red+Green+Blue) = 217+146+143=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D9928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9928F is #266D70. Grayscale: #A6A6A6. Windows color (decimal): -2518385 or 9409241. OLE color: 9409241.

HSL color Cylindrical-coordinate representation of color #D9928F: hue angle of 2.43º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9928F is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 146 143 -
CMYK 0 0.33 0.34 0.15
HSL 2.43º 0.49% 0.71% -
HSV(B) 2.43º 0.34% 0.85% -
XYZ 43.85 37.29 30.87 -
YUV 166.89 114.52 163.74 -
System Red Green Blue C M Y K H S L
Decimal 217 146 143 0 0.33 0.34 0.15 2.43 0.49 0.71
Hex D9 92 8F 0 21 22 F 2 31 47
Octal 331 222 217 0 41 42 17 2 61 107
Binary 11011001 10010010 10001111 0 100001 100010 1111 10 110001 1000111

Color Harmonies of #D9928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9928F

Black with #D9928F

Text Example


Text Example

White with #D9928F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9928F; }

 p { color: rgb(217,146,143); }

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

background-color css

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

 a { background-color: rgb(217,146,143); }

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

border-color css

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

 span { border-color: rgb(217,146,143); }

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