#D5928A

Color #D5928A Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #D5928A

Tints of Petite Orchid #D5928A

Color information

#D5928A (or 0xD5928A) is unknown color: approx Petite Orchid. HEX triplet: D5, 92 and 8A. RGB value is (213,146,138). Sum of RGB (Red+Green+Blue) = 213+146+138=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5928A is #2A6D75. Grayscale: #A5A5A5. Windows color (decimal): -2780534 or 9081557. OLE color: 9081557.

HSL color Cylindrical-coordinate representation of color #D5928A: hue angle of 6.4º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5928A is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB213146138-
CMYK00.310.350.16
HSL6.4º47.17%68.82%-
HSV(B)6.4º35.21%83.53%-
XYZ42.3136.5428.87-
YUV165.12112.7162.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.86%
GREEN value IS 146 (57.42% from 255) = 29.38%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=42.86%
G=29.38%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314613800.310.350.166.447.1768.82
HexD5928A01F231062f45
Octal3252222120374320657105
Binary110101011001001010001010011111100011100001101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5928A; }

 p { color: rgb(213,146,138); }

 H1.HeaderClassName
 {
   color: #D5928A;
 }
 .AnyTagClassName
 {
   color: #D5928A;
 }
</style>
background-color css

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

 a { background-color: rgb(213,146,138); }

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

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

 span { border-color: rgb(213,146,138); }

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