Html Css Color HEX #D49A99 Petite Orchid

📋 copy color: '#D49A99'

red 212 ◦ green 154 ◦ blue 153

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

Shades of Petite Orchid #D49A99

Tints of Petite Orchid #D49A99

RGB

 RED value IS 212 (83.2% from 255) = 40.85%

 GREEN value IS 154 (60.55% from 255) = 29.67%

 BLUE value IS 153 (60.16% from 255) = 29.48%

R = 40.85%
G = 29.67%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D49A99 (or 0xD49A99) is known color: Petite Orchid. HEX triplet: D4, 9A and 99. RGB value is (212,154,153). Sum of RGB (Red+Green+Blue) = 212+154+153=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49A99 is #2B6566. Grayscale: #ABABAB. Windows color (decimal): -2844007 or 10066644. OLE color: 10066644.

HSL color Cylindrical-coordinate representation of color #D49A99: hue angle of 1.02º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D49A99 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 154 153 -
CMYK 0 0.27 0.28 0.17
HSL 1.02º 0.41% 0.72% -
HSV(B) 1.02º 0.28% 0.83% -
XYZ 44.46 39.41 35.4 -
YUV 171.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 212 154 153 0 0.27 0.28 0.17 1.02 0.41 0.72
Hex D4 9A 99 0 1B 1C 11 1 29 48
Octal 324 232 231 0 33 34 21 1 51 110
Binary 11010100 10011010 10011001 0 11011 11100 10001 1 101001 1001000

Color Harmonies of #D49A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49A99

Black with #D49A99

Text Example


Text Example

White with #D49A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49A99; }

 p { color: rgb(212,154,153); }

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

background-color css

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

 a { background-color: rgb(212,154,153); }

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

border-color css

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

 span { border-color: rgb(212,154,153); }

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