Html Css Color HEX #D69090 Petite Orchid

📋 copy color: '#D69090'

red 214 ◦ green 144 ◦ blue 144

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

Shades of Petite Orchid #D69090

Tints of Petite Orchid #D69090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.69%

 BLUE value IS 144 (56.64% from 255) = 28.69%

R = 42.63%
G = 28.69%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D69090 (or 0xD69090) is known color: Petite Orchid. HEX triplet: D6, 90 and 90. RGB value is (214,144,144). Sum of RGB (Red+Green+Blue) = 214+144+144=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D69090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69090 is #296F6F. Grayscale: #A5A5A5. Windows color (decimal): -2715504 or 9474262. OLE color: 9474262.

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

Color convert

RGB 214 144 144 -
CMYK 0 0.33 0.33 0.16
HSL 0.46% 0.7% -
HSV(B) 0.33% 0.84% -
XYZ 42.74 36.26 31.13 -
YUV 164.93 116.19 163 -
System Red Green Blue C M Y K H S L
Decimal 214 144 144 0 0.33 0.33 0.16 0 0.46 0.7
Hex D6 90 90 0 21 21 10 0 2E 46
Octal 326 220 220 0 41 41 20 0 56 106
Binary 11010110 10010000 10010000 0 100001 100001 10000 0 101110 1000110

Color Harmonies of #D69090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69090

Black with #D69090

Text Example


Text Example

White with #D69090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69090; }

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

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

background-color css

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

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

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

border-color css

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

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

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