Html Css Color HEX #DB948C Petite Orchid

📋 copy color: '#DB948C'

red 219 ◦ green 148 ◦ blue 140

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

Shades of Petite Orchid #DB948C

Tints of Petite Orchid #DB948C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.19%

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

R = 43.2%
G = 29.19%
B = 27.61%

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

#DB948C (or 0xDB948C) is known color: Petite Orchid. HEX triplet: DB, 94 and 8C. RGB value is (219,148,140). Sum of RGB (Red+Green+Blue) = 219+148+140=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB948C is #246B73. Grayscale: #A8A8A8. Windows color (decimal): -2386804 or 9213147. OLE color: 9213147.

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

Color convert

RGB 219 148 140 -
CMYK 0 0.32 0.36 0.14
HSL 6.08º 0.52% 0.7% -
HSV(B) 6.08º 0.36% 0.86% -
XYZ 44.54 38.13 29.82 -
YUV 168.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 219 148 140 0 0.32 0.36 0.14 6.08 0.52 0.7
Hex DB 94 8C 0 20 24 E 6 34 46
Octal 333 224 214 0 40 44 16 6 64 106
Binary 11011011 10010100 10001100 0 100000 100100 1110 110 110100 1000110

Color Harmonies of #DB948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB948C

Black with #DB948C

Text Example


Text Example

White with #DB948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB948C; }

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

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

background-color css

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

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

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

border-color css

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

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

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