Html Css Color HEX #DC9892 Petite Orchid

📋 copy color: '#DC9892'

red 220 ◦ green 152 ◦ blue 146

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

Shades of Petite Orchid #DC9892

Tints of Petite Orchid #DC9892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.34%

 BLUE value IS 146 (57.42% from 255) = 28.19%

R = 42.47%
G = 29.34%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC9892 (or 0xDC9892) is known color: Petite Orchid. HEX triplet: DC, 98 and 92. RGB value is (220,152,146). Sum of RGB (Red+Green+Blue) = 220+152+146=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9892 is #23676D. Grayscale: #ABABAB. Windows color (decimal): -2320238 or 9607388. OLE color: 9607388.

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

Color convert

RGB 220 152 146 -
CMYK 0 0.31 0.34 0.14
HSL 4.86º 0.51% 0.72% -
HSV(B) 4.86º 0.34% 0.86% -
XYZ 45.93 39.75 32.45 -
YUV 171.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 220 152 146 0 0.31 0.34 0.14 4.86 0.51 0.72
Hex DC 98 92 0 1F 22 E 5 33 48
Octal 334 230 222 0 37 42 16 5 63 110
Binary 11011100 10011000 10010010 0 11111 100010 1110 101 110011 1001000

Color Harmonies of #DC9892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9892

Black with #DC9892

Text Example


Text Example

White with #DC9892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9892; }

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

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

background-color css

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

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

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

border-color css

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

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

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