Html Css Color HEX #D69490 Petite Orchid

📋 copy color: '#D69490'

red 214 ◦ green 148 ◦ blue 144

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

Shades of Petite Orchid #D69490

Tints of Petite Orchid #D69490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.25%

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

R = 42.29%
G = 29.25%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D69490 (or 0xD69490) is known color: Petite Orchid. HEX triplet: D6, 94 and 90. RGB value is (214,148,144). Sum of RGB (Red+Green+Blue) = 214+148+144=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D69490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69490 is #296B6F. Grayscale: #A7A7A7. Windows color (decimal): -2714480 or 9475286. OLE color: 9475286.

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

Color convert

RGB 214 148 144 -
CMYK 0 0.31 0.33 0.16
HSL 3.43º 0.46% 0.7% -
HSV(B) 3.43º 0.33% 0.84% -
XYZ 43.36 37.49 31.34 -
YUV 167.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 214 148 144 0 0.31 0.33 0.16 3.43 0.46 0.7
Hex D6 94 90 0 1F 21 10 3 2E 46
Octal 326 224 220 0 37 41 20 3 56 106
Binary 11010110 10010100 10010000 0 11111 100001 10000 11 101110 1000110

Color Harmonies of #D69490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69490

Black with #D69490

Text Example


Text Example

White with #D69490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69490; }

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

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

background-color css

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

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

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

border-color css

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

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

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