Html Css Color HEX #DB928E Petite Orchid

📋 copy color: '#DB928E'

red 219 ◦ green 146 ◦ blue 142

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

Shades of Petite Orchid #DB928E

Tints of Petite Orchid #DB928E

RGB

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

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

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

R = 43.2%
G = 28.8%
B = 28.01%

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

#DB928E (or 0xDB928E) is known color: Petite Orchid. HEX triplet: DB, 92 and 8E. RGB value is (219,146,142). Sum of RGB (Red+Green+Blue) = 219+146+142=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB928E is #246D71. Grayscale: #A7A7A7. Windows color (decimal): -2387314 or 9343707. OLE color: 9343707.

HSL color Cylindrical-coordinate representation of color #DB928E: hue angle of 3.12º degrees, saturation: 0.52, 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 #DB928E is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 146 142 -
CMYK 0 0.33 0.35 0.14
HSL 3.12º 0.52% 0.71% -
HSV(B) 3.12º 0.35% 0.86% -
XYZ 44.37 37.57 30.5 -
YUV 167.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 219 146 142 0 0.33 0.35 0.14 3.12 0.52 0.71
Hex DB 92 8E 0 21 23 E 3 34 47
Octal 333 222 216 0 41 43 16 3 64 107
Binary 11011011 10010010 10001110 0 100001 100011 1110 11 110100 1000111

Color Harmonies of #DB928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB928E

Black with #DB928E

Text Example


Text Example

White with #DB928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB928E; }

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

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

background-color css

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

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

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

border-color css

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

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

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