Html Css Color HEX #D69595 Petite Orchid

📋 copy color: '#D69595'

red 214 ◦ green 149 ◦ blue 149

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

Shades of Petite Orchid #D69595

Tints of Petite Orchid #D69595

RGB

 RED value IS 214 (83.98% from 255) = 41.8%

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

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

R = 41.8%
G = 29.1%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D69595 (or 0xD69595) is known color: Petite Orchid. HEX triplet: D6, 95 and 95. RGB value is (214,149,149). Sum of RGB (Red+Green+Blue) = 214+149+149=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D69595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69595 is #296A6A. Grayscale: #A8A8A8. Windows color (decimal): -2714219 or 9803222. OLE color: 9803222.

HSL color Cylindrical-coordinate representation of color #D69595: hue angle of 0º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D69595 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 149 149 -
CMYK 0 0.30 0.30 0.16
HSL 0.44% 0.71% -
HSV(B) 0.3% 0.84% -
XYZ 43.9 37.96 33.45 -
YUV 168.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 214 149 149 0 0.30 0.30 0.16 0 0.44 0.71
Hex D6 95 95 0 1E 1E 10 0 2C 47
Octal 326 225 225 0 36 36 20 0 54 107
Binary 11010110 10010101 10010101 0 11110 11110 10000 0 101100 1000111

Color Harmonies of #D69595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69595

Black with #D69595

Text Example


Text Example

White with #D69595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69595; }

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

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

background-color css

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

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

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

border-color css

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

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

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