Html Css Color HEX #D5918B Petite Orchid

📋 copy color: '#D5918B'

red 213 ◦ green 145 ◦ blue 139

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

Shades of Petite Orchid #D5918B

Tints of Petite Orchid #D5918B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.97%

R = 42.86%
G = 29.18%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5918B (or 0xD5918B) is known color: Petite Orchid. HEX triplet: D5, 91 and 8B. RGB value is (213,145,139). Sum of RGB (Red+Green+Blue) = 213+145+139=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5918B is #2A6E74. Grayscale: #A4A4A4. Windows color (decimal): -2780789 or 9146837. OLE color: 9146837.

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

Color convert

RGB 213 145 139 -
CMYK 0 0.32 0.35 0.16
HSL 4.86º 0.47% 0.69% -
HSV(B) 4.86º 0.35% 0.84% -
XYZ 42.23 36.26 29.2 -
YUV 164.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 213 145 139 0 0.32 0.35 0.16 4.86 0.47 0.69
Hex D5 91 8B 0 20 23 10 5 2F 45
Octal 325 221 213 0 40 43 20 5 57 105
Binary 11010101 10010001 10001011 0 100000 100011 10000 101 101111 1000101

Color Harmonies of #D5918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5918B

Black with #D5918B

Text Example


Text Example

White with #D5918B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5918B; }

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

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

background-color css

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

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

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

border-color css

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

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

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