Html Css Color HEX #D29695 Petite Orchid

📋 copy color: '#D29695'

red 210 ◦ green 150 ◦ blue 149

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

Shades of Petite Orchid #D29695

Tints of Petite Orchid #D29695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.47%

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

R = 41.26%
G = 29.47%
B = 29.27%

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

#D29695 (or 0xD29695) is known color: Petite Orchid. HEX triplet: D2, 96 and 95. RGB value is (210,150,149). Sum of RGB (Red+Green+Blue) = 210+150+149=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D29695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29695 is #2D696A. Grayscale: #A7A7A7. Windows color (decimal): -2976107 or 9803474. OLE color: 9803474.

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

Color convert

RGB 210 150 149 -
CMYK 0 0.29 0.29 0.18
HSL 0.98º 0.4% 0.7% -
HSV(B) 0.98º 0.29% 0.82% -
XYZ 42.91 37.68 33.45 -
YUV 167.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 210 150 149 0 0.29 0.29 0.18 0.98 0.4 0.7
Hex D2 96 95 0 1D 1D 12 1 28 46
Octal 322 226 225 0 35 35 22 1 50 106
Binary 11010010 10010110 10010101 0 11101 11101 10010 1 101000 1000110

Color Harmonies of #D29695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29695

Black with #D29695

Text Example


Text Example

White with #D29695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29695; }

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

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

background-color css

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

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

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

border-color css

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

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

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