Html Css Color HEX #DB948A Petite Orchid

📋 copy color: '#DB948A'

red 219 ◦ green 148 ◦ blue 138

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

Shades of Petite Orchid #DB948A

Tints of Petite Orchid #DB948A

RGB

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

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

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

R = 43.37%
G = 29.31%
B = 27.33%

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

#DB948A (or 0xDB948A) is known color: Petite Orchid. HEX triplet: DB, 94 and 8A. RGB value is (219,148,138). Sum of RGB (Red+Green+Blue) = 219+148+138=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB948A is #246B75. Grayscale: #A8A8A8. Windows color (decimal): -2386806 or 9082075. OLE color: 9082075.

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

Color convert

RGB 219 148 138 -
CMYK 0 0.32 0.37 0.14
HSL 7.41º 0.53% 0.7% -
HSV(B) 7.41º 0.37% 0.86% -
XYZ 44.39 38.07 29.05 -
YUV 168.09 111.02 164.31 -
System Red Green Blue C M Y K H S L
Decimal 219 148 138 0 0.32 0.37 0.14 7.41 0.53 0.7
Hex DB 94 8A 0 20 25 E 7 35 46
Octal 333 224 212 0 40 45 16 7 65 106
Binary 11011011 10010100 10001010 0 100000 100101 1110 111 110101 1000110

Color Harmonies of #DB948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB948A

Black with #DB948A

Text Example


Text Example

White with #DB948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB948A; }

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

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

background-color css

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

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

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

border-color css

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

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

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