Html Css Color HEX #DB928F Petite Orchid

📋 copy color: '#DB928F'

red 219 ◦ green 146 ◦ blue 143

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

Shades of Petite Orchid #DB928F

Tints of Petite Orchid #DB928F

RGB

 RED value IS 219 (85.94% from 255) = 43.11%

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

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

R = 43.11%
G = 28.74%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB928F (or 0xDB928F) is known color: Petite Orchid. HEX triplet: DB, 92 and 8F. RGB value is (219,146,143). Sum of RGB (Red+Green+Blue) = 219+146+143=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB928F is #246D70. Grayscale: #A7A7A7. Windows color (decimal): -2387313 or 9409243. OLE color: 9409243.

HSL color Cylindrical-coordinate representation of color #DB928F: hue angle of 2.37º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB928F is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 146 143 -
CMYK 0 0.33 0.35 0.14
HSL 2.37º 0.51% 0.71% -
HSV(B) 2.37º 0.35% 0.86% -
XYZ 44.45 37.6 30.9 -
YUV 167.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 219 146 143 0 0.33 0.35 0.14 2.37 0.51 0.71
Hex DB 92 8F 0 21 23 E 2 33 47
Octal 333 222 217 0 41 43 16 2 63 107
Binary 11011011 10010010 10001111 0 100001 100011 1110 10 110011 1000111

Color Harmonies of #DB928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB928F

Black with #DB928F

Text Example


Text Example

White with #DB928F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB928F; }

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

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

background-color css

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

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

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

border-color css

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

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

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