Html Css Color HEX #DB968D Petite Orchid

📋 copy color: '#DB968D'

red 219 ◦ green 150 ◦ blue 141

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

Shades of Petite Orchid #DB968D

Tints of Petite Orchid #DB968D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.65%

R = 42.94%
G = 29.41%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB968D (or 0xDB968D) is known color: Petite Orchid. HEX triplet: DB, 96 and 8D. RGB value is (219,150,141). Sum of RGB (Red+Green+Blue) = 219+150+141=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB968D is #246972. Grayscale: #A9A9A9. Windows color (decimal): -2386291 or 9279195. OLE color: 9279195.

HSL color Cylindrical-coordinate representation of color #DB968D: hue angle of 6.92º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB968D is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 150 141 -
CMYK 0 0.32 0.36 0.14
HSL 6.92º 0.52% 0.71% -
HSV(B) 6.92º 0.36% 0.86% -
XYZ 44.93 38.8 30.32 -
YUV 169.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 219 150 141 0 0.32 0.36 0.14 6.92 0.52 0.71
Hex DB 96 8D 0 20 24 E 7 34 47
Octal 333 226 215 0 40 44 16 7 64 107
Binary 11011011 10010110 10001101 0 100000 100100 1110 111 110100 1000111

Color Harmonies of #DB968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB968D

Black with #DB968D

Text Example


Text Example

White with #DB968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB968D; }

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

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

background-color css

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

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

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

border-color css

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

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

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