Html Css Color HEX #DC9F9F Petite Orchid

📋 copy color: '#DC9F9F'

red 220 ◦ green 159 ◦ blue 159

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

Shades of Petite Orchid #DC9F9F

Tints of Petite Orchid #DC9F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.55%

R = 40.89%
G = 29.55%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC9F9F (or 0xDC9F9F) is known color: Petite Orchid. HEX triplet: DC, 9F and 9F. RGB value is (220,159,159). Sum of RGB (Red+Green+Blue) = 220+159+159=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9F9F is #236060. Grayscale: #B1B1B1. Windows color (decimal): -2318433 or 10461148. OLE color: 10461148.

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

Color convert

RGB 220 159 159 -
CMYK 0 0.28 0.28 0.14
HSL 0.47% 0.74% -
HSV(B) 0.28% 0.86% -
XYZ 48.17 42.52 38.47 -
YUV 177.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 220 159 159 0 0.28 0.28 0.14 0 0.47 0.74
Hex DC 9F 9F 0 1C 1C E 0 2F 4A
Octal 334 237 237 0 34 34 16 0 57 112
Binary 11011100 10011111 10011111 0 11100 11100 1110 0 101111 1001010

Color Harmonies of #DC9F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9F9F

Black with #DC9F9F

Text Example


Text Example

White with #DC9F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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