Html Css Color HEX #D0918D Petite Orchid

📋 copy color: '#D0918D'

red 208 ◦ green 145 ◦ blue 141

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

Shades of Petite Orchid #D0918D

Tints of Petite Orchid #D0918D

RGB

 RED value IS 208 (81.64% from 255) = 42.11%

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

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

R = 42.11%
G = 29.35%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0918D (or 0xD0918D) is known color: Petite Orchid. HEX triplet: D0, 91 and 8D. RGB value is (208,145,141). Sum of RGB (Red+Green+Blue) = 208+145+141=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0918D is #2F6E72. Grayscale: #A3A3A3. Windows color (decimal): -3108467 or 9277904. OLE color: 9277904.

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

Color convert

RGB 208 145 141 -
CMYK 0 0.30 0.32 0.18
HSL 3.58º 0.42% 0.68% -
HSV(B) 3.58º 0.32% 0.82% -
XYZ 40.95 35.58 29.91 -
YUV 163.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 208 145 141 0 0.30 0.32 0.18 3.58 0.42 0.68
Hex D0 91 8D 0 1E 20 12 4 2A 44
Octal 320 221 215 0 36 40 22 4 52 104
Binary 11010000 10010001 10001101 0 11110 100000 10010 100 101010 1000100

Color Harmonies of #D0918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0918D

Black with #D0918D

Text Example


Text Example

White with #D0918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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