Html Css Color HEX #D29A94 Petite Orchid

📋 copy color: '#D29A94'

red 210 ◦ green 154 ◦ blue 148

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

Shades of Petite Orchid #D29A94

Tints of Petite Orchid #D29A94

RGB

 RED value IS 210 (82.42% from 255) = 41.02%

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

 BLUE value IS 148 (58.2% from 255) = 28.91%

R = 41.02%
G = 30.08%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D29A94 (or 0xD29A94) is known color: Petite Orchid. HEX triplet: D2, 9A and 94. RGB value is (210,154,148). Sum of RGB (Red+Green+Blue) = 210+154+148=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29A94 is #2D656B. Grayscale: #AAAAAA. Windows color (decimal): -2975084 or 9738962. OLE color: 9738962.

HSL color Cylindrical-coordinate representation of color #D29A94: hue angle of 5.81º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29A94 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 154 148 -
CMYK 0 0.27 0.30 0.18
HSL 5.81º 0.41% 0.7% -
HSV(B) 5.81º 0.3% 0.82% -
XYZ 43.48 38.95 33.24 -
YUV 170.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 210 154 148 0 0.27 0.30 0.18 5.81 0.41 0.7
Hex D2 9A 94 0 1B 1E 12 6 29 46
Octal 322 232 224 0 33 36 22 6 51 106
Binary 11010010 10011010 10010100 0 11011 11110 10010 110 101001 1000110

Color Harmonies of #D29A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A94

Black with #D29A94

Text Example


Text Example

White with #D29A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A94; }

 p { color: rgb(210,154,148); }

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

background-color css

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

 a { background-color: rgb(210,154,148); }

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

border-color css

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

 span { border-color: rgb(210,154,148); }

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