Html Css Color HEX #D5918D Petite Orchid

📋 copy color: '#D5918D'

red 213 ◦ green 145 ◦ blue 141

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

Shades of Petite Orchid #D5918D

Tints of Petite Orchid #D5918D

RGB

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

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

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

R = 42.69%
G = 29.06%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5918D (or 0xD5918D) is known color: Petite Orchid. HEX triplet: D5, 91 and 8D. RGB value is (213,145,141). Sum of RGB (Red+Green+Blue) = 213+145+141=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5918D is #2A6E72. Grayscale: #A4A4A4. Windows color (decimal): -2780787 or 9277909. OLE color: 9277909.

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

Color convert

RGB 213 145 141 -
CMYK 0 0.32 0.34 0.16
HSL 3.33º 0.46% 0.69% -
HSV(B) 3.33º 0.34% 0.84% -
XYZ 42.37 36.32 29.98 -
YUV 164.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 213 145 141 0 0.32 0.34 0.16 3.33 0.46 0.69
Hex D5 91 8D 0 20 22 10 3 2E 45
Octal 325 221 215 0 40 42 20 3 56 105
Binary 11010101 10010001 10001101 0 100000 100010 10000 11 101110 1000101

Color Harmonies of #D5918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5918D

Black with #D5918D

Text Example


Text Example

White with #D5918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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