Html Css Color HEX #DB928D Petite Orchid

📋 copy color: '#DB928D'

red 219 ◦ green 146 ◦ blue 141

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

Shades of Petite Orchid #DB928D

Tints of Petite Orchid #DB928D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.87%

R = 43.28%
G = 28.85%
B = 27.87%

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

#DB928D (or 0xDB928D) is known color: Petite Orchid. HEX triplet: DB, 92 and 8D. RGB value is (219,146,141). Sum of RGB (Red+Green+Blue) = 219+146+141=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB928D is #246D72. Grayscale: #A7A7A7. Windows color (decimal): -2387315 or 9278171. OLE color: 9278171.

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

Color convert

RGB 219 146 141 -
CMYK 0 0.33 0.36 0.14
HSL 3.85º 0.52% 0.71% -
HSV(B) 3.85º 0.36% 0.86% -
XYZ 44.3 37.54 30.11 -
YUV 167.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 219 146 141 0 0.33 0.36 0.14 3.85 0.52 0.71
Hex DB 92 8D 0 21 24 E 4 34 47
Octal 333 222 215 0 41 44 16 4 64 107
Binary 11011011 10010010 10001101 0 100001 100100 1110 100 110100 1000111

Color Harmonies of #DB928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB928D

Black with #DB928D

Text Example


Text Example

White with #DB928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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