Html Css Color HEX #D1918D Petite Orchid

📋 copy color: '#D1918D'

red 209 ◦ green 145 ◦ blue 141

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

Shades of Petite Orchid #D1918D

Tints of Petite Orchid #D1918D

RGB

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

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

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

R = 42.22%
G = 29.29%
B = 28.48%

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

#D1918D (or 0xD1918D) is known color: Petite Orchid. HEX triplet: D1, 91 and 8D. RGB value is (209,145,141). Sum of RGB (Red+Green+Blue) = 209+145+141=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D1918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1918D is #2E6E72. Grayscale: #A3A3A3. Windows color (decimal): -3042931 or 9277905. OLE color: 9277905.

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

Color convert

RGB 209 145 141 -
CMYK 0 0.31 0.33 0.18
HSL 3.53º 0.43% 0.69% -
HSV(B) 3.53º 0.33% 0.82% -
XYZ 41.23 35.73 29.92 -
YUV 163.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 209 145 141 0 0.31 0.33 0.18 3.53 0.43 0.69
Hex D1 91 8D 0 1F 21 12 4 2A 45
Octal 321 221 215 0 37 41 22 4 52 105
Binary 11010001 10010001 10001101 0 11111 100001 10010 100 101010 1000101

Color Harmonies of #D1918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1918D

Black with #D1918D

Text Example


Text Example

White with #D1918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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