Html Css Color HEX #DB938A Petite Orchid

📋 copy color: '#DB938A'

red 219 ◦ green 147 ◦ blue 138

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

Shades of Petite Orchid #DB938A

Tints of Petite Orchid #DB938A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.17%

 BLUE value IS 138 (54.3% from 255) = 27.38%

R = 43.45%
G = 29.17%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB938A (or 0xDB938A) is known color: Petite Orchid. HEX triplet: DB, 93 and 8A. RGB value is (219,147,138). Sum of RGB (Red+Green+Blue) = 219+147+138=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB938A is #246C75. Grayscale: #A7A7A7. Windows color (decimal): -2387062 or 9081819. OLE color: 9081819.

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

Color convert

RGB 219 147 138 -
CMYK 0 0.33 0.37 0.14
HSL 6.67º 0.53% 0.7% -
HSV(B) 6.67º 0.37% 0.86% -
XYZ 44.23 37.76 29 -
YUV 167.5 111.35 164.73 -
System Red Green Blue C M Y K H S L
Decimal 219 147 138 0 0.33 0.37 0.14 6.67 0.53 0.7
Hex DB 93 8A 0 21 25 E 7 35 46
Octal 333 223 212 0 41 45 16 7 65 106
Binary 11011011 10010011 10001010 0 100001 100101 1110 111 110101 1000110

Color Harmonies of #DB938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB938A

Black with #DB938A

Text Example


Text Example

White with #DB938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB938A; }

 p { color: rgb(219,147,138); }

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

background-color css

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

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

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

border-color css

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

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

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