Html Css Color HEX #DC9F9D Petite Orchid

📋 copy color: '#DC9F9D'

red 220 ◦ green 159 ◦ blue 157

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

Shades of Petite Orchid #DC9F9D

Tints of Petite Orchid #DC9F9D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.66%

 BLUE value IS 157 (61.72% from 255) = 29.29%

R = 41.04%
G = 29.66%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC9F9D (or 0xDC9F9D) is known color: Petite Orchid. HEX triplet: DC, 9F and 9D. RGB value is (220,159,157). Sum of RGB (Red+Green+Blue) = 220+159+157=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9F9D is #236062. Grayscale: #B1B1B1. Windows color (decimal): -2318435 or 10330076. OLE color: 10330076.

HSL color Cylindrical-coordinate representation of color #DC9F9D: hue angle of 1.9º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9F9D is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 159 157 -
CMYK 0 0.28 0.29 0.14
HSL 1.9º 0.47% 0.74% -
HSV(B) 1.9º 0.29% 0.86% -
XYZ 48 42.45 37.56 -
YUV 177.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 220 159 157 0 0.28 0.29 0.14 1.9 0.47 0.74
Hex DC 9F 9D 0 1C 1D E 2 2F 4A
Octal 334 237 235 0 34 35 16 2 57 112
Binary 11011100 10011111 10011101 0 11100 11101 1110 10 101111 1001010

Color Harmonies of #DC9F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9F9D

Black with #DC9F9D

Text Example


Text Example

White with #DC9F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9F9D; }

 p { color: rgb(220,159,157); }

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

background-color css

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

 a { background-color: rgb(220,159,157); }

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

border-color css

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

 span { border-color: rgb(220,159,157); }

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