Html Css Color HEX #DB938C Petite Orchid

📋 copy color: '#DB938C'

red 219 ◦ green 147 ◦ blue 140

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

Shades of Petite Orchid #DB938C

Tints of Petite Orchid #DB938C

RGB

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

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

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

R = 43.28%
G = 29.05%
B = 27.67%

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

#DB938C (or 0xDB938C) is known color: Petite Orchid. HEX triplet: DB, 93 and 8C. RGB value is (219,147,140). Sum of RGB (Red+Green+Blue) = 219+147+140=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB938C is #246C73. Grayscale: #A7A7A7. Windows color (decimal): -2387060 or 9212891. OLE color: 9212891.

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

Color convert

RGB 219 147 140 -
CMYK 0 0.33 0.36 0.14
HSL 5.32º 0.52% 0.7% -
HSV(B) 5.32º 0.36% 0.86% -
XYZ 44.38 37.82 29.77 -
YUV 167.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 219 147 140 0 0.33 0.36 0.14 5.32 0.52 0.7
Hex DB 93 8C 0 21 24 E 5 34 46
Octal 333 223 214 0 41 44 16 5 64 106
Binary 11011011 10010011 10001100 0 100001 100100 1110 101 110100 1000110

Color Harmonies of #DB938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB938C

Black with #DB938C

Text Example


Text Example

White with #DB938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB938C; }

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

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

background-color css

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

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

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

border-color css

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

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

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