Html Css Color HEX #D69690 Petite Orchid

📋 copy color: '#D69690'

red 214 ◦ green 150 ◦ blue 144

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

Shades of Petite Orchid #D69690

Tints of Petite Orchid #D69690

RGB

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

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

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

R = 42.13%
G = 29.53%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D69690 (or 0xD69690) is known color: Petite Orchid. HEX triplet: D6, 96 and 90. RGB value is (214,150,144). Sum of RGB (Red+Green+Blue) = 214+150+144=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D69690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69690 is #29696F. Grayscale: #A8A8A8. Windows color (decimal): -2713968 or 9475798. OLE color: 9475798.

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

Color convert

RGB 214 150 144 -
CMYK 0 0.30 0.33 0.16
HSL 5.14º 0.46% 0.7% -
HSV(B) 5.14º 0.33% 0.84% -
XYZ 43.67 38.12 31.44 -
YUV 168.45 114.2 160.49 -
System Red Green Blue C M Y K H S L
Decimal 214 150 144 0 0.30 0.33 0.16 5.14 0.46 0.7
Hex D6 96 90 0 1E 21 10 5 2E 46
Octal 326 226 220 0 36 41 20 5 56 106
Binary 11010110 10010110 10010000 0 11110 100001 10000 101 101110 1000110

Color Harmonies of #D69690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69690

Black with #D69690

Text Example


Text Example

White with #D69690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69690; }

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

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

background-color css

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

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

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

border-color css

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

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

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