Html Css Color HEX #DB908F Petite Orchid

📋 copy color: '#DB908F'

red 219 ◦ green 144 ◦ blue 143

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

Shades of Petite Orchid #DB908F

Tints of Petite Orchid #DB908F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.46%

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

R = 43.28%
G = 28.46%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB908F (or 0xDB908F) is known color: Petite Orchid. HEX triplet: DB, 90 and 8F. RGB value is (219,144,143). Sum of RGB (Red+Green+Blue) = 219+144+143=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB908F is #246F70. Grayscale: #A6A6A6. Windows color (decimal): -2387825 or 9408731. OLE color: 9408731.

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

Color convert

RGB 219 144 143 -
CMYK 0 0.34 0.35 0.14
HSL 0.79º 0.51% 0.71% -
HSV(B) 0.79º 0.35% 0.86% -
XYZ 44.14 36.99 30.8 -
YUV 166.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 219 144 143 0 0.34 0.35 0.14 0.79 0.51 0.71
Hex DB 90 8F 0 22 23 E 1 33 47
Octal 333 220 217 0 42 43 16 1 63 107
Binary 11011011 10010000 10001111 0 100010 100011 1110 1 110011 1000111

Color Harmonies of #DB908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB908F

Black with #DB908F

Text Example


Text Example

White with #DB908F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB908F; }

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

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

background-color css

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

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

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

border-color css

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

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

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