Html Css Color HEX #DC9388 Petite Orchid

📋 copy color: '#DC9388'

red 220 ◦ green 147 ◦ blue 136

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

Shades of Petite Orchid #DC9388

Tints of Petite Orchid #DC9388

RGB

 RED value IS 220 (86.33% from 255) = 43.74%

 GREEN value IS 147 (57.81% from 255) = 29.22%

 BLUE value IS 136 (53.52% from 255) = 27.04%

R = 43.74%
G = 29.22%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC9388 (or 0xDC9388) is known color: Petite Orchid. HEX triplet: DC, 93 and 88. RGB value is (220,147,136). Sum of RGB (Red+Green+Blue) = 220+147+136=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9388 is #236C77. Grayscale: #A7A7A7. Windows color (decimal): -2321528 or 8950748. OLE color: 8950748.

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

Color convert

RGB 220 147 136 -
CMYK 0 0.33 0.38 0.14
HSL 7.86º 0.55% 0.7% -
HSV(B) 7.86º 0.38% 0.86% -
XYZ 44.39 37.86 28.26 -
YUV 167.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 220 147 136 0 0.33 0.38 0.14 7.86 0.55 0.7
Hex DC 93 88 0 21 26 E 8 37 46
Octal 334 223 210 0 41 46 16 10 67 106
Binary 11011100 10010011 10001000 0 100001 100110 1110 1000 110111 1000110

Color Harmonies of #DC9388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9388

Black with #DC9388

Text Example


Text Example

White with #DC9388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9388; }

 p { color: rgb(220,147,136); }

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

background-color css

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

 a { background-color: rgb(220,147,136); }

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

border-color css

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

 span { border-color: rgb(220,147,136); }

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