#D5938F

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

Shades of Petite Orchid #D5938F

Tints of Petite Orchid #D5938F

Color information

#D5938F (or 0xD5938F) is unknown color: approx Petite Orchid. HEX triplet: D5, 93 and 8F. RGB value is (213,147,143). Sum of RGB (Red+Green+Blue) = 213+147+143=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5938F is #2A6C70. Grayscale: #A6A6A6. Windows color (decimal): -2780273 or 9409493. OLE color: 9409493.

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

Color convert

RGB213147143-
CMYK00.310.330.16
HSL3.43º45.45%69.8%-
HSV(B)3.43º32.86%83.53%-
XYZ42.833730.87-
YUV166.28114.87161.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.35%
GREEN value IS 147 (57.81% from 255) = 29.22%
BLUE value IS 143 (56.25% from 255) = 28.43%
R=42.35%
G=29.22%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314714300.310.330.163.4345.4569.8
HexD5938F01F211032d46
Octal3252232170374120355106
Binary11010101100100111000111101111110000110000111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5938F; }

 p { color: rgb(213,147,143); }

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

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

 a { background-color: rgb(213,147,143); }

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

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

 span { border-color: rgb(213,147,143); }

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