Html Css Color HEX #DB968A Petite Orchid

📋 copy color: '#DB968A'

red 219 ◦ green 150 ◦ blue 138

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

Shades of Petite Orchid #DB968A

Tints of Petite Orchid #DB968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.59%

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

R = 43.2%
G = 29.59%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB968A (or 0xDB968A) is known color: Petite Orchid. HEX triplet: DB, 96 and 8A. RGB value is (219,150,138). Sum of RGB (Red+Green+Blue) = 219+150+138=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB968A is #246975. Grayscale: #A9A9A9. Windows color (decimal): -2386294 or 9082587. OLE color: 9082587.

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

Color convert

RGB 219 150 138 -
CMYK 0 0.32 0.37 0.14
HSL 8.89º 0.53% 0.7% -
HSV(B) 8.89º 0.37% 0.86% -
XYZ 44.71 38.71 29.16 -
YUV 169.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 219 150 138 0 0.32 0.37 0.14 8.89 0.53 0.7
Hex DB 96 8A 0 20 25 E 9 35 46
Octal 333 226 212 0 40 45 16 11 65 106
Binary 11011011 10010110 10001010 0 100000 100101 1110 1001 110101 1000110

Color Harmonies of #DB968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB968A

Black with #DB968A

Text Example


Text Example

White with #DB968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB968A; }

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

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

background-color css

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

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

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

border-color css

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

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

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