Html Css Color HEX #D0928B Petite Orchid

📋 copy color: '#D0928B'

red 208 ◦ green 146 ◦ blue 139

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

Shades of Petite Orchid #D0928B

Tints of Petite Orchid #D0928B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.61%

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

R = 42.19%
G = 29.61%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0928B (or 0xD0928B) is known color: Petite Orchid. HEX triplet: D0, 92 and 8B. RGB value is (208,146,139). Sum of RGB (Red+Green+Blue) = 208+146+139=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D0928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0928B is #2F6D74. Grayscale: #A3A3A3. Windows color (decimal): -3108213 or 9147088. OLE color: 9147088.

HSL color Cylindrical-coordinate representation of color #D0928B: hue angle of 6.09º degrees, saturation: 0.42, 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 #D0928B is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 146 139 -
CMYK 0 0.30 0.33 0.18
HSL 6.09º 0.42% 0.68% -
HSV(B) 6.09º 0.33% 0.82% -
XYZ 40.95 35.83 29.18 -
YUV 163.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 208 146 139 0 0.30 0.33 0.18 6.09 0.42 0.68
Hex D0 92 8B 0 1E 21 12 6 2A 44
Octal 320 222 213 0 36 41 22 6 52 104
Binary 11010000 10010010 10001011 0 11110 100001 10010 110 101010 1000100

Color Harmonies of #D0928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0928B

Black with #D0928B

Text Example


Text Example

White with #D0928B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0928B; }

 p { color: rgb(208,146,139); }

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

background-color css

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

 a { background-color: rgb(208,146,139); }

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

border-color css

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

 span { border-color: rgb(208,146,139); }

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