Html Css Color HEX #D1918B Petite Orchid

📋 copy color: '#D1918B'

red 209 ◦ green 145 ◦ blue 139

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

Shades of Petite Orchid #D1918B

Tints of Petite Orchid #D1918B

RGB

 RED value IS 209 (82.03% from 255) = 42.39%

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

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

R = 42.39%
G = 29.41%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1918B (or 0xD1918B) is known color: Petite Orchid. HEX triplet: D1, 91 and 8B. RGB value is (209,145,139). Sum of RGB (Red+Green+Blue) = 209+145+139=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D1918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1918B is #2E6E74. Grayscale: #A3A3A3. Windows color (decimal): -3042933 or 9146833. OLE color: 9146833.

HSL color Cylindrical-coordinate representation of color #D1918B: hue angle of 5.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1918B is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 145 139 -
CMYK 0 0.31 0.33 0.18
HSL 5.14º 0.43% 0.68% -
HSV(B) 5.14º 0.33% 0.82% -
XYZ 41.08 35.67 29.15 -
YUV 163.45 114.2 160.49 -
System Red Green Blue C M Y K H S L
Decimal 209 145 139 0 0.31 0.33 0.18 5.14 0.43 0.68
Hex D1 91 8B 0 1F 21 12 5 2B 44
Octal 321 221 213 0 37 41 22 5 53 104
Binary 11010001 10010001 10001011 0 11111 100001 10010 101 101011 1000100

Color Harmonies of #D1918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1918B

Black with #D1918B

Text Example


Text Example

White with #D1918B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1918B; }

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

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

background-color css

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

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

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

border-color css

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

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

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