Html Css Color HEX #D5938D Petite Orchid

📋 copy color: '#D5938D'

red 213 ◦ green 147 ◦ blue 141

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

Shades of Petite Orchid #D5938D

Tints of Petite Orchid #D5938D

RGB

 RED value IS 213 (83.59% from 255) = 42.51%

 GREEN value IS 147 (57.81% from 255) = 29.34%

 BLUE value IS 141 (55.47% from 255) = 28.14%

R = 42.51%
G = 29.34%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5938D (or 0xD5938D) is known color: Petite Orchid. HEX triplet: D5, 93 and 8D. RGB value is (213,147,141). Sum of RGB (Red+Green+Blue) = 213+147+141=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5938D is #2A6C72. Grayscale: #A6A6A6. Windows color (decimal): -2780275 or 9278421. OLE color: 9278421.

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

Color convert

RGB 213 147 141 -
CMYK 0 0.31 0.34 0.16
HSL 0.46% 0.69% -
HSV(B) 0.34% 0.84% -
XYZ 42.68 36.94 30.08 -
YUV 166.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 213 147 141 0 0.31 0.34 0.16 5 0.46 0.69
Hex D5 93 8D 0 1F 22 10 5 2E 45
Octal 325 223 215 0 37 42 20 5 56 105
Binary 11010101 10010011 10001101 0 11111 100010 10000 101 101110 1000101

Color Harmonies of #D5938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5938D

Black with #D5938D

Text Example


Text Example

White with #D5938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5938D; }

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

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

background-color css

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

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

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

border-color css

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

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

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