Html Css Color HEX #D0928F Petite Orchid

📋 copy color: '#D0928F'

red 208 ◦ green 146 ◦ blue 143

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

Shades of Petite Orchid #D0928F

Tints of Petite Orchid #D0928F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.77%

R = 41.85%
G = 29.38%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0928F (or 0xD0928F) is known color: Petite Orchid. HEX triplet: D0, 92 and 8F. RGB value is (208,146,143). Sum of RGB (Red+Green+Blue) = 208+146+143=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0928F is #2F6D70. Grayscale: #A4A4A4. Windows color (decimal): -3108209 or 9409232. OLE color: 9409232.

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

Color convert

RGB 208 146 143 -
CMYK 0 0.30 0.31 0.18
HSL 2.77º 0.41% 0.69% -
HSV(B) 2.77º 0.31% 0.82% -
XYZ 41.25 35.95 30.75 -
YUV 164.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 208 146 143 0 0.30 0.31 0.18 2.77 0.41 0.69
Hex D0 92 8F 0 1E 1F 12 3 29 45
Octal 320 222 217 0 36 37 22 3 51 105
Binary 11010000 10010010 10001111 0 11110 11111 10010 11 101001 1000101

Color Harmonies of #D0928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0928F

Black with #D0928F

Text Example


Text Example

White with #D0928F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0928F; }

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

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

background-color css

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

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

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

border-color css

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

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

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