Html Css Color HEX #D5918E Petite Orchid

📋 copy color: '#D5918E'

red 213 ◦ green 145 ◦ blue 142

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

Shades of Petite Orchid #D5918E

Tints of Petite Orchid #D5918E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29%

 BLUE value IS 142 (55.86% from 255) = 28.4%

R = 42.6%
G = 29%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5918E (or 0xD5918E) is known color: Petite Orchid. HEX triplet: D5, 91 and 8E. RGB value is (213,145,142). Sum of RGB (Red+Green+Blue) = 213+145+142=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D5918E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5918E is #2A6E71. Grayscale: #A5A5A5. Windows color (decimal): -2780786 or 9343445. OLE color: 9343445.

HSL color Cylindrical-coordinate representation of color #D5918E: hue angle of 2.54º degrees, saturation: 0.46, 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 #D5918E is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 145 142 -
CMYK 0 0.32 0.33 0.16
HSL 2.54º 0.46% 0.7% -
HSV(B) 2.54º 0.33% 0.84% -
XYZ 42.45 36.35 30.37 -
YUV 164.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 213 145 142 0 0.32 0.33 0.16 2.54 0.46 0.7
Hex D5 91 8E 0 20 21 10 3 2E 46
Octal 325 221 216 0 40 41 20 3 56 106
Binary 11010101 10010001 10001110 0 100000 100001 10000 11 101110 1000110

Color Harmonies of #D5918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5918E

Black with #D5918E

Text Example


Text Example

White with #D5918E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5918E; }

 p { color: rgb(213,145,142); }

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

background-color css

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

 a { background-color: rgb(213,145,142); }

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

border-color css

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

 span { border-color: rgb(213,145,142); }

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