Html Css Color HEX #DB928C Petite Orchid

📋 copy color: '#DB928C'

red 219 ◦ green 146 ◦ blue 140

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

Shades of Petite Orchid #DB928C

Tints of Petite Orchid #DB928C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.72%

R = 43.37%
G = 28.91%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB928C (or 0xDB928C) is known color: Petite Orchid. HEX triplet: DB, 92 and 8C. RGB value is (219,146,140). Sum of RGB (Red+Green+Blue) = 219+146+140=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB928C is #246D73. Grayscale: #A7A7A7. Windows color (decimal): -2387316 or 9212635. OLE color: 9212635.

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

Color convert

RGB 219 146 140 -
CMYK 0 0.33 0.36 0.14
HSL 4.56º 0.52% 0.7% -
HSV(B) 4.56º 0.36% 0.86% -
XYZ 44.23 37.51 29.72 -
YUV 167.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 219 146 140 0 0.33 0.36 0.14 4.56 0.52 0.7
Hex DB 92 8C 0 21 24 E 5 34 46
Octal 333 222 214 0 41 44 16 5 64 106
Binary 11011011 10010010 10001100 0 100001 100100 1110 101 110100 1000110

Color Harmonies of #DB928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB928C

Black with #DB928C

Text Example


Text Example

White with #DB928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB928C; }

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

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

background-color css

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

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

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

border-color css

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

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

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