Html Css Color HEX #DC9D94 Petite Orchid

📋 copy color: '#DC9D94'

red 220 ◦ green 157 ◦ blue 148

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

Shades of Petite Orchid #DC9D94

Tints of Petite Orchid #DC9D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.19%

R = 41.9%
G = 29.9%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC9D94 (or 0xDC9D94) is known color: Petite Orchid. HEX triplet: DC, 9D and 94. RGB value is (220,157,148). Sum of RGB (Red+Green+Blue) = 220+157+148=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D94 is #23626B. Grayscale: #AEAEAE. Windows color (decimal): -2318956 or 9739740. OLE color: 9739740.

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

Color convert

RGB 220 157 148 -
CMYK 0 0.29 0.33 0.14
HSL 7.5º 0.51% 0.72% -
HSV(B) 7.5º 0.33% 0.86% -
XYZ 46.92 41.47 33.55 -
YUV 174.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 220 157 148 0 0.29 0.33 0.14 7.5 0.51 0.72
Hex DC 9D 94 0 1D 21 E 8 33 48
Octal 334 235 224 0 35 41 16 10 63 110
Binary 11011100 10011101 10010100 0 11101 100001 1110 1000 110011 1001000

Color Harmonies of #DC9D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9D94

Black with #DC9D94

Text Example


Text Example

White with #DC9D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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