Html Css Color HEX #D29595 Petite Orchid

📋 copy color: '#D29595'

red 210 ◦ green 149 ◦ blue 149

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

Shades of Petite Orchid #D29595

Tints of Petite Orchid #D29595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.33%

R = 41.34%
G = 29.33%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D29595 (or 0xD29595) is known color: Petite Orchid. HEX triplet: D2, 95 and 95. RGB value is (210,149,149). Sum of RGB (Red+Green+Blue) = 210+149+149=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D29595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29595 is #2D6A6A. Grayscale: #A7A7A7. Windows color (decimal): -2976363 or 9803218. OLE color: 9803218.

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

Color convert

RGB 210 149 149 -
CMYK 0 0.29 0.29 0.18
HSL 0.4% 0.7% -
HSV(B) 0.29% 0.82% -
XYZ 42.75 37.37 33.39 -
YUV 167.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 210 149 149 0 0.29 0.29 0.18 0 0.4 0.7
Hex D2 95 95 0 1D 1D 12 0 28 46
Octal 322 225 225 0 35 35 22 0 50 106
Binary 11010010 10010101 10010101 0 11101 11101 10010 0 101000 1000110

Color Harmonies of #D29595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29595

Black with #D29595

Text Example


Text Example

White with #D29595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29595; }

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

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

background-color css

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

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

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

border-color css

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

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

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