Html Css Color HEX #D29594 Petite Orchid

📋 copy color: '#D29594'

red 210 ◦ green 149 ◦ blue 148

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

Shades of Petite Orchid #D29594

Tints of Petite Orchid #D29594

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.39%

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

R = 41.42%
G = 29.39%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D29594 (or 0xD29594) is known color: Petite Orchid. HEX triplet: D2, 95 and 94. RGB value is (210,149,148). Sum of RGB (Red+Green+Blue) = 210+149+148=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D29594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29594 is #2D6A6B. Grayscale: #A7A7A7. Windows color (decimal): -2976364 or 9737682. OLE color: 9737682.

HSL color Cylindrical-coordinate representation of color #D29594: hue angle of 0.97º 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 #D29594 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 149 148 -
CMYK 0 0.29 0.30 0.18
HSL 0.97º 0.41% 0.7% -
HSV(B) 0.97º 0.3% 0.82% -
XYZ 42.67 37.33 32.97 -
YUV 167.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 210 149 148 0 0.29 0.30 0.18 0.97 0.41 0.7
Hex D2 95 94 0 1D 1E 12 1 29 46
Octal 322 225 224 0 35 36 22 1 51 106
Binary 11010010 10010101 10010100 0 11101 11110 10010 1 101001 1000110

Color Harmonies of #D29594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29594

Black with #D29594

Text Example


Text Example

White with #D29594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29594; }

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

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

background-color css

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

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

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

border-color css

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

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

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