Html Css Color HEX #DC9D98 Petite Orchid

📋 copy color: '#DC9D98'

red 220 ◦ green 157 ◦ blue 152

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

Shades of Petite Orchid #DC9D98

Tints of Petite Orchid #DC9D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.73%

R = 41.59%
G = 29.68%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC9D98 (or 0xDC9D98) is known color: Petite Orchid. HEX triplet: DC, 9D and 98. RGB value is (220,157,152). Sum of RGB (Red+Green+Blue) = 220+157+152=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D98 is #236267. Grayscale: #AFAFAF. Windows color (decimal): -2318952 or 10001884. OLE color: 10001884.

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

Color convert

RGB 220 157 152 -
CMYK 0 0.29 0.31 0.14
HSL 4.41º 0.49% 0.73% -
HSV(B) 4.41º 0.31% 0.86% -
XYZ 47.24 41.6 35.24 -
YUV 175.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 220 157 152 0 0.29 0.31 0.14 4.41 0.49 0.73
Hex DC 9D 98 0 1D 1F E 4 31 49
Octal 334 235 230 0 35 37 16 4 61 111
Binary 11011100 10011101 10011000 0 11101 11111 1110 100 110001 1001001

Color Harmonies of #DC9D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9D98

Black with #DC9D98

Text Example


Text Example

White with #DC9D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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