Html Css Color HEX #DC9493 Petite Orchid

📋 copy color: '#DC9493'

red 220 ◦ green 148 ◦ blue 147

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

Shades of Petite Orchid #DC9493

Tints of Petite Orchid #DC9493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.54%

R = 42.72%
G = 28.74%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC9493 (or 0xDC9493) is known color: Petite Orchid. HEX triplet: DC, 94 and 93. RGB value is (220,148,147). Sum of RGB (Red+Green+Blue) = 220+148+147=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9493 is #236B6C. Grayscale: #A9A9A9. Windows color (decimal): -2321261 or 9671900. OLE color: 9671900.

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

Color convert

RGB 220 148 147 -
CMYK 0 0.33 0.33 0.14
HSL 0.82º 0.51% 0.72% -
HSV(B) 0.82º 0.33% 0.86% -
XYZ 45.37 38.5 32.64 -
YUV 169.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 220 148 147 0 0.33 0.33 0.14 0.82 0.51 0.72
Hex DC 94 93 0 21 21 E 1 33 48
Octal 334 224 223 0 41 41 16 1 63 110
Binary 11011100 10010100 10010011 0 100001 100001 1110 1 110011 1001000

Color Harmonies of #DC9493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9493

Black with #DC9493

Text Example


Text Example

White with #DC9493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9493; }

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

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

background-color css

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

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

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

border-color css

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

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

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