Html Css Color HEX #DB8F8F Petite Orchid

📋 copy color: '#DB8F8F'

red 219 ◦ green 143 ◦ blue 143

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

Shades of Petite Orchid #DB8F8F

Tints of Petite Orchid #DB8F8F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.32%

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

R = 43.37%
G = 28.32%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB8F8F (or 0xDB8F8F) is known color: Petite Orchid. HEX triplet: DB, 8F and 8F. RGB value is (219,143,143). Sum of RGB (Red+Green+Blue) = 219+143+143=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8F8F is #247070. Grayscale: #A5A5A5. Windows color (decimal): -2388081 or 9408475. OLE color: 9408475.

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

Color convert

RGB 219 143 143 -
CMYK 0 0.35 0.35 0.14
HSL 0.51% 0.71% -
HSV(B) 0.35% 0.86% -
XYZ 43.99 36.69 30.75 -
YUV 165.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 219 143 143 0 0.35 0.35 0.14 0 0.51 0.71
Hex DB 8F 8F 0 23 23 E 0 33 47
Octal 333 217 217 0 43 43 16 0 63 107
Binary 11011011 10001111 10001111 0 100011 100011 1110 0 110011 1000111

Color Harmonies of #DB8F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8F8F

Black with #DB8F8F

Text Example


Text Example

White with #DB8F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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