Html Css Color HEX #DC9E98 Petite Orchid

📋 copy color: '#DC9E98'

red 220 ◦ green 158 ◦ blue 152

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

Shades of Petite Orchid #DC9E98

Tints of Petite Orchid #DC9E98

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.81%

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

R = 41.51%
G = 29.81%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC9E98 (or 0xDC9E98) is known color: Petite Orchid. HEX triplet: DC, 9E and 98. RGB value is (220,158,152). Sum of RGB (Red+Green+Blue) = 220+158+152=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9E98 is #236167. Grayscale: #AFAFAF. Windows color (decimal): -2318696 or 10002140. OLE color: 10002140.

HSL color Cylindrical-coordinate representation of color #DC9E98: hue angle of 5.29º 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 #DC9E98 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 158 152 -
CMYK 0 0.28 0.31 0.14
HSL 5.29º 0.49% 0.73% -
HSV(B) 5.29º 0.31% 0.86% -
XYZ 47.41 41.94 35.3 -
YUV 175.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 220 158 152 0 0.28 0.31 0.14 5.29 0.49 0.73
Hex DC 9E 98 0 1C 1F E 5 31 49
Octal 334 236 230 0 34 37 16 5 61 111
Binary 11011100 10011110 10011000 0 11100 11111 1110 101 110001 1001001

Color Harmonies of #DC9E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E98

Black with #DC9E98

Text Example


Text Example

White with #DC9E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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