Html Css Color HEX #D5918F Petite Orchid

📋 copy color: '#D5918F'

red 213 ◦ green 145 ◦ blue 143

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

Shades of Petite Orchid #D5918F

Tints of Petite Orchid #D5918F

RGB

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

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

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

R = 42.51%
G = 28.94%
B = 28.54%

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

#D5918F (or 0xD5918F) is known color: Petite Orchid. HEX triplet: D5, 91 and 8F. RGB value is (213,145,143). Sum of RGB (Red+Green+Blue) = 213+145+143=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5918F is #2A6E70. Grayscale: #A5A5A5. Windows color (decimal): -2780785 or 9408981. OLE color: 9408981.

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

Color convert

RGB 213 145 143 -
CMYK 0 0.32 0.33 0.16
HSL 1.71º 0.45% 0.7% -
HSV(B) 1.71º 0.33% 0.84% -
XYZ 42.52 36.38 30.77 -
YUV 165.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 213 145 143 0 0.32 0.33 0.16 1.71 0.45 0.7
Hex D5 91 8F 0 20 21 10 2 2D 46
Octal 325 221 217 0 40 41 20 2 55 106
Binary 11010101 10010001 10001111 0 100000 100001 10000 10 101101 1000110

Color Harmonies of #D5918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5918F

Black with #D5918F

Text Example


Text Example

White with #D5918F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5918F; }

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

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

background-color css

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

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

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

border-color css

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

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

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