Html Css Color HEX #D0928E Petite Orchid

📋 copy color: '#D0928E'

red 208 ◦ green 146 ◦ blue 142

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

Shades of Petite Orchid #D0928E

Tints of Petite Orchid #D0928E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.63%

R = 41.94%
G = 29.44%
B = 28.63%

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

#D0928E (or 0xD0928E) is known color: Petite Orchid. HEX triplet: D0, 92 and 8E. RGB value is (208,146,142). Sum of RGB (Red+Green+Blue) = 208+146+142=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D0928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0928E is #2F6D71. Grayscale: #A4A4A4. Windows color (decimal): -3108210 or 9343696. OLE color: 9343696.

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

Color convert

RGB 208 146 142 -
CMYK 0 0.30 0.32 0.18
HSL 3.64º 0.41% 0.69% -
HSV(B) 3.64º 0.32% 0.82% -
XYZ 41.17 35.92 30.35 -
YUV 164.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 208 146 142 0 0.30 0.32 0.18 3.64 0.41 0.69
Hex D0 92 8E 0 1E 20 12 4 29 45
Octal 320 222 216 0 36 40 22 4 51 105
Binary 11010000 10010010 10001110 0 11110 100000 10010 100 101001 1000101

Color Harmonies of #D0928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0928E

Black with #D0928E

Text Example


Text Example

White with #D0928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0928E; }

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

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

background-color css

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

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

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

border-color css

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

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

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