Html Css Color HEX #DC9D9A Petite Orchid

📋 copy color: '#DC9D9A'

red 220 ◦ green 157 ◦ blue 154

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

Shades of Petite Orchid #DC9D9A

Tints of Petite Orchid #DC9D9A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.57%

 BLUE value IS 154 (60.55% from 255) = 29%

R = 41.43%
G = 29.57%
B = 29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC9D9A (or 0xDC9D9A) is known color: Petite Orchid. HEX triplet: DC, 9D and 9A. RGB value is (220,157,154). Sum of RGB (Red+Green+Blue) = 220+157+154=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D9A is #236265. Grayscale: #AFAFAF. Windows color (decimal): -2318950 or 10132956. OLE color: 10132956.

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

Color convert

RGB 220 157 154 -
CMYK 0 0.29 0.3 0.14
HSL 2.73º 0.49% 0.73% -
HSV(B) 2.73º 0.3% 0.86% -
XYZ 47.4 41.66 36.12 -
YUV 175.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 220 157 154 0 0.29 0.3 0.14 2.73 0.49 0.73
Hex DC 9D 9A 0 1D 1E E 3 31 49
Octal 334 235 232 0 35 36 16 3 61 111
Binary 11011100 10011101 10011010 0 11101 11110 1110 11 110001 1001001

Color Harmonies of #DC9D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9D9A

Black with #DC9D9A

Text Example


Text Example

White with #DC9D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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